Color Hex Logo

#d66e75 Color Hex

#D66E75
(214,110,117)
0 Favorites   0 Comments

Color spaces of #d66e75

RGB 214110117
HSL0.990.560.64
HSV356°49°84°
CMYK 0.000.490.45   0.16
XYZ36.518426.732420.0648
Yxy26.73240.43830.3209
Hunter Lab51.703435.594713.1834
CIE-Lab58.725841.397615.0256

#d66e75 color RGB value is (214,110,117).

#d66e75 hex color red value is 214, green value is 110 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #d66e75 hue: 0.99 , saturation: 0.56 and the lightness value of d66e75 is 0.64.

The process color (four color CMYK) of #d66e75 color hex is 0.00, 0.49, 0.45, 0.16. Web safe color of #d66e75 is #cc6666. Color #d66e75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101110 01110101
Octal 326 156 165
Decimal 214 110 117
Hex D6 6E 75

RGB Percentages of Color #d66e75

%48.53
%24.94
%26.53

CMYK Percentages of Color #d66e75

%0
%49
%45
%16

Triadic Colors of #d66e75

#d66e75 #75d66e #6e75d6

Analogous Colors of #d66e75

#d66e75 #d69b6e #d66ea9

Monochromatic Colors of #d66e75

#d66e75

Complementary Color

#d66e75 #6ed6cf

#d66e75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66e75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66e75 Color CSS Codes

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

#d66e75 Text Font Color

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

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


#d66e75 Background Color

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

This div background color is #d66e75


#d66e75 Border Color

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

This div border color is #d66e75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66e75


Comments

No comments written yet.

Please login to write comment.