Color Hex Logo

#d62eaa Color Hex

#D62EAA
(214,46,170)
0 Favorites   0 Comments

Color spaces of #d62eaa

RGB 21446170
HSL0.880.670.51
HSV316°79°84°
CMYK 0.000.790.21   0.16
XYZ35.964219.152439.8315
Yxy19.15240.37880.2017
Hunter Lab43.763570.1028-23.3286
CIE-Lab50.865073.4322-27.7537

#d62eaa color RGB value is (214,46,170).

#d62eaa hex color red value is 214, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d62eaa hue: 0.88 , saturation: 0.67 and the lightness value of d62eaa is 0.51.

The process color (four color CMYK) of #d62eaa color hex is 0.00, 0.79, 0.21, 0.16. Web safe color of #d62eaa is #cc3399. Color #d62eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101110 10101010
Octal 326 56 252
Decimal 214 46 170
Hex D6 2E AA

RGB Percentages of Color #d62eaa

%49.77
%10.70
%39.53

CMYK Percentages of Color #d62eaa

%0
%79
%21
%16

Triadic Colors of #d62eaa

#d62eaa #aad62e #2eaad6

Analogous Colors of #d62eaa

#d62eaa #d62e56 #ae2ed6

Monochromatic Colors of #d62eaa

#d62eaa

Complementary Color

#d62eaa #2ed65a

#d62eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62eaa Color CSS Codes

.mybgcolor {background-color:#d62eaa; } 
.myforecolor {color:#d62eaa; }
.mybordercolor {border:3px solid #d62eaa; }

#d62eaa Text Font Color

<p style="color:#d62eaa">Text here</p>

This sample text font color is #d62eaa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d62eaa Background Color

<div style="background-color:#d62eaa">
Div content here</div>

This div background color is #d62eaa


#d62eaa Border Color

<div style="border:3px solid #d62eaa">
Div here</div>

This div border color is #d62eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,46,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d62eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d62eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #d62eaa;
  box-shadow:         1px 1px 3px 2px #d62eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,46,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d62eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d62eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #d62eaa;
  box-shadow:         1px 1px 3px 2px #d62eaa;">
Div content here</div>

This div box has shadow with color #d62eaa


Comments

No comments written yet.

Please login to write comment.