Color Hex Logo

#d04097 Color Hex

#D04097
(208,64,151)
0 Favorites   0 Comments

Color spaces of #d04097

RGB 20864151
HSL0.900.610.53
HSV324°69°82°
CMYK 0.000.690.27   0.18
XYZ33.431719.311131.2435
Yxy19.31110.39810.2299
Hunter Lab43.944458.8952-11.3928
CIE-Lab51.049263.9422-16.3136

#d04097 color RGB value is (208,64,151).

#d04097 hex color red value is 208, green value is 64 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #d04097 hue: 0.90 , saturation: 0.61 and the lightness value of d04097 is 0.53.

The process color (four color CMYK) of #d04097 color hex is 0.00, 0.69, 0.27, 0.18. Web safe color of #d04097 is #cc3399. Color #d04097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000000 10010111
Octal 320 100 227
Decimal 208 64 151
Hex D0 40 97

RGB Percentages of Color #d04097

%49.17
%15.13
%35.70

CMYK Percentages of Color #d04097

%0
%69
%27
%18

Triadic Colors of #d04097

#d04097 #97d040 #4097d0

Analogous Colors of #d04097

#d04097 #d0404f #c140d0

Monochromatic Colors of #d04097

#d04097

Complementary Color

#d04097 #40d079

#d04097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04097 Color CSS Codes

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

#d04097 Text Font Color

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

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


#d04097 Background Color

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

This div background color is #d04097


#d04097 Border Color

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

This div border color is #d04097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04097


Comments

No comments written yet.

Please login to write comment.