Color Hex Logo

#d66473 Color Hex

#D66473
(214,100,115)
0 Favorites   0 Comments

Color spaces of #d66473

RGB 214100115
HSL0.980.580.62
HSV352°53°84°
CMYK 0.000.530.46   0.16
XYZ35.383224.648319.1123
Yxy24.64830.44710.3114
Hunter Lab49.647140.333711.9285
CIE-Lab56.731146.189213.4166

#d66473 color RGB value is (214,100,115).

#d66473 hex color red value is 214, green value is 100 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d66473 hue: 0.98 , saturation: 0.58 and the lightness value of d66473 is 0.62.

The process color (four color CMYK) of #d66473 color hex is 0.00, 0.53, 0.46, 0.16. Web safe color of #d66473 is #cc6666. Color #d66473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100100 01110011
Octal 326 144 163
Decimal 214 100 115
Hex D6 64 73

RGB Percentages of Color #d66473

%49.88
%23.31
%26.81

CMYK Percentages of Color #d66473

%0
%53
%46
%16

Triadic Colors of #d66473

#d66473 #73d664 #6473d6

Analogous Colors of #d66473

#d66473 #d68e64 #d664ac

Monochromatic Colors of #d66473

#d66473

Complementary Color

#d66473 #64d6c7

#d66473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66473 Color CSS Codes

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

#d66473 Text Font Color

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

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


#d66473 Background Color

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

This div background color is #d66473


#d66473 Border Color

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

This div border color is #d66473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66473


Comments

No comments written yet.

Please login to write comment.