Color Hex Logo

#d04590 Color Hex

#D04590
(208,69,144)
0 Favorites   0 Comments

Color spaces of #d04590

RGB 20869144
HSL0.910.600.54
HSV328°67°82°
CMYK 0.000.670.31   0.18
XYZ33.174619.679828.4356
Yxy19.67980.40810.2421
Hunter Lab44.361955.8520-6.9510
CIE-Lab51.473261.2074-11.5060

#d04590 color RGB value is (208,69,144).

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

The process color (four color CMYK) of #d04590 color hex is 0.00, 0.67, 0.31, 0.18. Web safe color of #d04590 is #cc3399. Color #d04590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000101 10010000
Octal 320 105 220
Decimal 208 69 144
Hex D0 45 90

RGB Percentages of Color #d04590

%49.41
%16.39
%34.20

CMYK Percentages of Color #d04590

%0
%67
%31
%18

Triadic Colors of #d04590

#d04590 #90d045 #4590d0

Analogous Colors of #d04590

#d04590 #d0454a #cb45d0

Monochromatic Colors of #d04590

#d04590

Complementary Color

#d04590 #45d085

#d04590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04590 Color CSS Codes

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

#d04590 Text Font Color

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

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


#d04590 Background Color

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

This div background color is #d04590


#d04590 Border Color

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

This div border color is #d04590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04590


Comments

No comments written yet.

Please login to write comment.