Color Hex Logo

#d04fbd Color Hex

#D04FBD
(208,79,189)
0 Favorites   0 Comments

Color spaces of #d04fbd

RGB 20879189
HSL0.860.580.56
HSV309°62°82°
CMYK 0.000.620.09   0.18
XYZ37.993722.676050.5185
Yxy22.67600.34170.2039
Hunter Lab47.619359.0847-29.5662
CIE-Lab54.737063.4211-32.8714

#d04fbd color RGB value is (208,79,189).

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

The process color (four color CMYK) of #d04fbd color hex is 0.00, 0.62, 0.09, 0.18. Web safe color of #d04fbd is #cc66cc. Color #d04fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001111 10111101
Octal 320 117 275
Decimal 208 79 189
Hex D0 4F BD

RGB Percentages of Color #d04fbd

%43.70
%16.60
%39.71

CMYK Percentages of Color #d04fbd

%0
%62
%9
%18

Triadic Colors of #d04fbd

#d04fbd #bdd04f #4fbdd0

Analogous Colors of #d04fbd

#d04fbd #d04f7d #a34fd0

Monochromatic Colors of #d04fbd

#d04fbd

Complementary Color

#d04fbd #4fd062

#d04fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04fbd Color CSS Codes

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

#d04fbd Text Font Color

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

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


#d04fbd Background Color

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

This div background color is #d04fbd


#d04fbd Border Color

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

This div border color is #d04fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04fbd


Comments

No comments written yet.

Please login to write comment.