Color Hex Logo

#d03290 Color Hex

#D03290
(208,50,144)
0 Favorites   0 Comments

Color spaces of #d03290

RGB 20850144
HSL0.900.630.51
HSV324°76°82°
CMYK 0.000.760.31   0.18
XYZ32.187117.704728.1065
Yxy17.70470.41270.2270
Hunter Lab42.077062.9103-10.1506
CIE-Lab49.136067.7536-15.0407

#d03290 color RGB value is (208,50,144).

#d03290 hex color red value is 208, green value is 50 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d03290 hue: 0.90 , saturation: 0.63 and the lightness value of d03290 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110010 10010000
Octal 320 62 220
Decimal 208 50 144
Hex D0 32 90

RGB Percentages of Color #d03290

%51.74
%12.44
%35.82

CMYK Percentages of Color #d03290

%0
%76
%31
%18

Triadic Colors of #d03290

#d03290 #90d032 #3290d0

Analogous Colors of #d03290

#d03290 #d03241 #c132d0

Monochromatic Colors of #d03290

#d03290

Complementary Color

#d03290 #32d072

#d03290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03290 Color CSS Codes

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

#d03290 Text Font Color

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

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


#d03290 Background Color

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

This div background color is #d03290


#d03290 Border Color

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

This div border color is #d03290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03290


Comments

No comments written yet.

Please login to write comment.