Color Hex Logo

#d04394 Color Hex

#D04394
(208,67,148)
0 Favorites   0 Comments

Color spaces of #d04394

RGB 20867148
HSL0.900.600.54
HSV326°68°82°
CMYK 0.000.680.29   0.18
XYZ33.364919.562330.0344
Yxy19.56230.40220.2358
Hunter Lab44.229357.2524-9.3010
CIE-Lab51.338762.4592-14.0904

#d04394 color RGB value is (208,67,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000011 10010100
Octal 320 103 224
Decimal 208 67 148
Hex D0 43 94

RGB Percentages of Color #d04394

%49.17
%15.84
%34.99

CMYK Percentages of Color #d04394

%0
%68
%29
%18

Triadic Colors of #d04394

#d04394 #94d043 #4394d0

Analogous Colors of #d04394

#d04394 #d0434d #c643d0

Monochromatic Colors of #d04394

#d04394

Complementary Color

#d04394 #43d07f

#d04394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04394 Color CSS Codes

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

#d04394 Text Font Color

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

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


#d04394 Background Color

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

This div background color is #d04394


#d04394 Border Color

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

This div border color is #d04394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04394


Comments

No comments written yet.

Please login to write comment.