Color Hex Logo

#d04293 Color Hex

#D04293
(208,66,147)
0 Favorites   0 Comments

Color spaces of #d04293

RGB 20866147
HSL0.900.600.54
HSV326°68°82°
CMYK 0.000.680.29   0.18
XYZ33.227119.412929.5996
Yxy19.41290.40400.2361
Hunter Lab44.060157.5074-8.9890
CIE-Lab51.166862.7138-13.7554

#d04293 color RGB value is (208,66,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 10010011
Octal 320 102 223
Decimal 208 66 147
Hex D0 42 93

RGB Percentages of Color #d04293

%49.41
%15.68
%34.92

CMYK Percentages of Color #d04293

%0
%68
%29
%18

Triadic Colors of #d04293

#d04293 #93d042 #4293d0

Analogous Colors of #d04293

#d04293 #d0424c #c642d0

Monochromatic Colors of #d04293

#d04293

Complementary Color

#d04293 #42d07f

#d04293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04293 Color CSS Codes

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

#d04293 Text Font Color

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

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


#d04293 Background Color

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

This div background color is #d04293


#d04293 Border Color

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

This div border color is #d04293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04293


Comments

No comments written yet.

Please login to write comment.