Color Hex Logo

#d04dbf Color Hex

#D04DBF
(208,77,191)
0 Favorites   0 Comments

Color spaces of #d04dbf

RGB 20877191
HSL0.850.580.56
HSV308°63°82°
CMYK 0.000.630.08   0.18
XYZ38.070322.479251.6226
Yxy22.47920.33940.2004
Hunter Lab47.412260.3576-31.3666
CIE-Lab54.531864.5531-34.3451

#d04dbf color RGB value is (208,77,191).

#d04dbf hex color red value is 208, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d04dbf hue: 0.85 , saturation: 0.58 and the lightness value of d04dbf is 0.56.

The process color (four color CMYK) of #d04dbf color hex is 0.00, 0.63, 0.08, 0.18. Web safe color of #d04dbf is #cc66cc. Color #d04dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001101 10111111
Octal 320 115 277
Decimal 208 77 191
Hex D0 4D BF

RGB Percentages of Color #d04dbf

%43.70
%16.18
%40.13

CMYK Percentages of Color #d04dbf

%0
%63
%8
%18

Triadic Colors of #d04dbf

#d04dbf #bfd04d #4dbfd0

Analogous Colors of #d04dbf

#d04dbf #d04d7e #a04dd0

Monochromatic Colors of #d04dbf

#d04dbf

Complementary Color

#d04dbf #4dd05e

#d04dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04dbf Color CSS Codes

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

#d04dbf Text Font Color

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

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


#d04dbf Background Color

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

This div background color is #d04dbf


#d04dbf Border Color

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

This div border color is #d04dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04dbf


Comments

No comments written yet.

Please login to write comment.