Color Hex Logo

#d66057 Color Hex

#D66057
(214,96,87)
0 Favorites   0 Comments

Color spaces of #d66057

RGB 2149687
HSL0.010.610.59
HSV59°84°
CMYK 0.000.550.59   0.16
XYZ33.634723.350011.7511
Yxy23.35000.48930.3397
Hunter Lab48.321839.682819.4069
CIE-Lab55.431045.768027.9352

#d66057 color RGB value is (214,96,87).

#d66057 hex color red value is 214, green value is 96 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #d66057 hue: 0.01 , saturation: 0.61 and the lightness value of d66057 is 0.59.

The process color (four color CMYK) of #d66057 color hex is 0.00, 0.55, 0.59, 0.16. Web safe color of #d66057 is #cc6666. Color #d66057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100000 01010111
Octal 326 140 127
Decimal 214 96 87
Hex D6 60 57

RGB Percentages of Color #d66057

%53.90
%24.18
%21.91

CMYK Percentages of Color #d66057

%0
%55
%59
%16

Triadic Colors of #d66057

#d66057 #57d660 #6057d6

Analogous Colors of #d66057

#d66057 #d6a057 #d6578e

Monochromatic Colors of #d66057

#d66057

Complementary Color

#d66057 #57cdd6

#d66057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66057 Color CSS Codes

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

#d66057 Text Font Color

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

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


#d66057 Background Color

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

This div background color is #d66057


#d66057 Border Color

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

This div border color is #d66057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66057


Comments

No comments written yet.

Please login to write comment.