Color Hex Logo

#d04289 Color Hex

#D04289
(208,66,137)
0 Favorites   0 Comments

Color spaces of #d04289

RGB 20866137
HSL0.920.600.54
HSV330°68°82°
CMYK 0.000.680.34   0.18
XYZ32.476019.112525.6443
Yxy19.11250.42050.2475
Hunter Lab43.717856.0933-4.1762
CIE-Lab50.818661.5406-8.3069

#d04289 color RGB value is (208,66,137).

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

The process color (four color CMYK) of #d04289 color hex is 0.00, 0.68, 0.34, 0.18. Web safe color of #d04289 is #cc3399. Color #d04289 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 10001001
Octal 320 102 211
Decimal 208 66 137
Hex D0 42 89

RGB Percentages of Color #d04289

%50.61
%16.06
%33.33

CMYK Percentages of Color #d04289

%0
%68
%34
%18

Triadic Colors of #d04289

#d04289 #89d042 #4289d0

Analogous Colors of #d04289

#d04289 #d04242 #d042d0

Monochromatic Colors of #d04289

#d04289

Complementary Color

#d04289 #42d089

#d04289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04289 Color CSS Codes

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

#d04289 Text Font Color

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

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


#d04289 Background Color

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

This div background color is #d04289


#d04289 Border Color

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

This div border color is #d04289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04289


Comments

No comments written yet.

Please login to write comment.