Color Hex Logo

#d031bd Color Hex

#D031BD
(208,49,189)
0 Favorites   0 Comments

Color spaces of #d031bd

RGB 20849189
HSL0.850.630.50
HSV307°76°82°
CMYK 0.000.760.09   0.18
XYZ36.296019.280649.9526
Yxy19.28060.34390.1827
Hunter Lab43.909770.7072-36.7128
CIE-Lab51.013973.8993-38.7103

#d031bd color RGB value is (208,49,189).

#d031bd hex color red value is 208, green value is 49 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d031bd hue: 0.85 , saturation: 0.63 and the lightness value of d031bd is 0.50.

The process color (four color CMYK) of #d031bd color hex is 0.00, 0.76, 0.09, 0.18. Web safe color of #d031bd is #cc33cc. Color #d031bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110001 10111101
Octal 320 61 275
Decimal 208 49 189
Hex D0 31 BD

RGB Percentages of Color #d031bd

%46.64
%10.99
%42.38

CMYK Percentages of Color #d031bd

%0
%76
%9
%18

Triadic Colors of #d031bd

#d031bd #bdd031 #31bdd0

Analogous Colors of #d031bd

#d031bd #d0316e #9431d0

Monochromatic Colors of #d031bd

#d031bd

Complementary Color

#d031bd #31d044

#d031bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d031bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d031bd Color CSS Codes

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

#d031bd Text Font Color

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

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


#d031bd Background Color

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

This div background color is #d031bd


#d031bd Border Color

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

This div border color is #d031bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d031bd


Comments

No comments written yet.

Please login to write comment.