Color Hex Logo

#d036bd Color Hex

#D036BD
(208,54,189)
0 Favorites   0 Comments

Color spaces of #d036bd

RGB 20854189
HSL0.850.620.51
HSV307°74°82°
CMYK 0.000.740.09   0.18
XYZ36.516919.722450.0263
Yxy19.72240.34360.1856
Hunter Lab44.409969.0577-35.7013
CIE-Lab51.521972.4441-37.9103

#d036bd color RGB value is (208,54,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110110 10111101
Octal 320 66 275
Decimal 208 54 189
Hex D0 36 BD

RGB Percentages of Color #d036bd

%46.12
%11.97
%41.91

CMYK Percentages of Color #d036bd

%0
%74
%9
%18

Triadic Colors of #d036bd

#d036bd #bdd036 #36bdd0

Analogous Colors of #d036bd

#d036bd #d03670 #9636d0

Monochromatic Colors of #d036bd

#d036bd

Complementary Color

#d036bd #36d049

#d036bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d036bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d036bd Color CSS Codes

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

#d036bd Text Font Color

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

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


#d036bd Background Color

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

This div background color is #d036bd


#d036bd Border Color

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

This div border color is #d036bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d036bd


Comments

No comments written yet.

Please login to write comment.