Color Hex Logo

#d66377 Color Hex

#D66377
(214,99,119)
0 Favorites   0 Comments

Color spaces of #d66377

RGB 21499119
HSL0.970.580.61
HSV350°54°84°
CMYK 0.000.540.44   0.16
XYZ35.523224.551720.3194
Yxy24.55170.44190.3054
Hunter Lab49.549741.258510.3710
CIE-Lab56.636047.073110.9430

#d66377 color RGB value is (214,99,119).

#d66377 hex color red value is 214, green value is 99 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #d66377 hue: 0.97 , saturation: 0.58 and the lightness value of d66377 is 0.61.

The process color (four color CMYK) of #d66377 color hex is 0.00, 0.54, 0.44, 0.16. Web safe color of #d66377 is #cc6666. Color #d66377 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100011 01110111
Octal 326 143 167
Decimal 214 99 119
Hex D6 63 77

RGB Percentages of Color #d66377

%49.54
%22.92
%27.55

CMYK Percentages of Color #d66377

%0
%54
%44
%16

Triadic Colors of #d66377

#d66377 #77d663 #6377d6

Analogous Colors of #d66377

#d66377 #d68963 #d663b1

Monochromatic Colors of #d66377

#d66377

Complementary Color

#d66377 #63d6c2

#d66377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66377 Color CSS Codes

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

#d66377 Text Font Color

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

This sample text font color is #d66377
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.


#d66377 Background Color

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

This div background color is #d66377


#d66377 Border Color

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

This div border color is #d66377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66377


Comments

No comments written yet.

Please login to write comment.