Color Hex Logo

#d02090 Color Hex VioletRed

#D02090
(208,32,144)
12 Favorites   0 Comments

Color spaces of #d02090 VioletRed

RGB 20832144
HSL0.890.730.47
HSV322°85°82°
CMYK 0.000.850.31   0.18
XYZ31.563016.456527.8984
Yxy16.45650.41580.2168
Hunter Lab40.566667.8910-12.3782
CIE-Lab47.567872.2457-17.4294

#d02090 color RGB value is (208,32,144). #d02090 color name is VioletRed color.

#d02090 hex color red value is 208, green value is 32 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d02090 hue: 0.89 , saturation: 0.73 and the lightness value of d02090 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100000 10010000
Octal 320 40 220
Decimal 208 32 144
Hex D0 20 90

RGB Percentages of Color #d02090

%54.17
%8.33
%37.50

CMYK Percentages of Color #d02090

%0
%85
%31
%18

Triadic Colors of #d02090

#d02090 #90d020 #2090d0

Analogous Colors of #d02090

#d02090 #d02038 #b820d0

Monochromatic Colors of #d02090

#d02090

Complementary Color

#d02090 #20d060

#d02090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02090 Color CSS Codes

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

#d02090 Text Font Color

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

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


#d02090 Background Color

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

This div background color is #d02090


#d02090 Border Color

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

This div border color is #d02090


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,32,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 #d02090">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02090


Comments

No comments written yet.

Please login to write comment.