Color Hex Logo

#d04466 Color Hex

#D04466
(208,68,102)
0 Favorites   0 Comments

Color spaces of #d04466

RGB 20868102
HSL0.960.600.54
HSV345°67°82°
CMYK 0.000.670.51   0.18
XYZ30.477818.503514.5355
Yxy18.50350.47980.2913
Hunter Lab43.015751.194710.0762
CIE-Lab50.101257.311311.7513

#d04466 color RGB value is (208,68,102).

#d04466 hex color red value is 208, green value is 68 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d04466 hue: 0.96 , saturation: 0.60 and the lightness value of d04466 is 0.54.

The process color (four color CMYK) of #d04466 color hex is 0.00, 0.67, 0.51, 0.18. Web safe color of #d04466 is #cc3366. Color #d04466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000100 01100110
Octal 320 104 146
Decimal 208 68 102
Hex D0 44 66

RGB Percentages of Color #d04466

%55.03
%17.99
%26.98

CMYK Percentages of Color #d04466

%0
%67
%51
%18

Triadic Colors of #d04466

#d04466 #66d044 #4466d0

Analogous Colors of #d04466

#d04466 #d06844 #d044ac

Monochromatic Colors of #d04466

#d04466

Complementary Color

#d04466 #44d0ae

#d04466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04466 Color CSS Codes

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

#d04466 Text Font Color

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

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


#d04466 Background Color

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

This div background color is #d04466


#d04466 Border Color

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

This div border color is #d04466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04466


Comments

No comments written yet.

Please login to write comment.