Color Hex Logo

#d058bd Color Hex

#D058BD
(208,88,189)
0 Favorites   0 Comments

Color spaces of #d058bd

RGB 20888189
HSL0.860.560.58
HSV310°58°82°
CMYK 0.000.580.09   0.18
XYZ38.687524.063550.7498
Yxy24.06350.34090.2120
Hunter Lab49.054654.9308-27.0008
CIE-Lab56.151359.5535-30.6689

#d058bd color RGB value is (208,88,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011000 10111101
Octal 320 130 275
Decimal 208 88 189
Hex D0 58 BD

RGB Percentages of Color #d058bd

%42.89
%18.14
%38.97

CMYK Percentages of Color #d058bd

%0
%58
%9
%18

Triadic Colors of #d058bd

#d058bd #bdd058 #58bdd0

Analogous Colors of #d058bd

#d058bd #d05881 #a758d0

Monochromatic Colors of #d058bd

#d058bd

Complementary Color

#d058bd #58d06b

#d058bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d058bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d058bd Color CSS Codes

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

#d058bd Text Font Color

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

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


#d058bd Background Color

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

This div background color is #d058bd


#d058bd Border Color

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

This div border color is #d058bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,88,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 #d058bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d058bd


Comments

No comments written yet.

Please login to write comment.