Color Hex Logo

#d06472 Color Hex

#D06472
(208,100,114)
0 Favorites   0 Comments

Color spaces of #d06472

RGB 208100114
HSL0.980.530.60
HSV352°52°82°
CMYK 0.000.520.45   0.18
XYZ33.606923.739118.7304
Yxy23.73910.44180.3120
Hunter Lab48.722837.856811.3132
CIE-Lab55.825643.969712.6063

#d06472 color RGB value is (208,100,114).

#d06472 hex color red value is 208, green value is 100 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d06472 hue: 0.98 , saturation: 0.53 and the lightness value of d06472 is 0.60.

The process color (four color CMYK) of #d06472 color hex is 0.00, 0.52, 0.45, 0.18. Web safe color of #d06472 is #cc6666. Color #d06472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100100 01110010
Octal 320 144 162
Decimal 208 100 114
Hex D0 64 72

RGB Percentages of Color #d06472

%49.29
%23.70
%27.01

CMYK Percentages of Color #d06472

%0
%52
%45
%18

Triadic Colors of #d06472

#d06472 #72d064 #6472d0

Analogous Colors of #d06472

#d06472 #d08c64 #d064a8

Monochromatic Colors of #d06472

#d06472

Complementary Color

#d06472 #64d0c2

#d06472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06472 Color CSS Codes

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

#d06472 Text Font Color

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

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


#d06472 Background Color

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

This div background color is #d06472


#d06472 Border Color

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

This div border color is #d06472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06472


Comments

No comments written yet.

Please login to write comment.