Color Hex Logo

#d336bd Color Hex

#D336BD
(211,54,189)
0 Favorites   0 Comments

Color spaces of #d336bd

RGB 21154189
HSL0.860.640.52
HSV308°74°83°
CMYK 0.000.740.10   0.17
XYZ37.368420.161350.0661
Yxy20.16130.34730.1874
Hunter Lab44.901369.9764-34.6789
CIE-Lab52.019173.1045-37.0939

#d336bd color RGB value is (211,54,189).

#d336bd hex color red value is 211, green value is 54 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d336bd hue: 0.86 , saturation: 0.64 and the lightness value of d336bd is 0.52.

The process color (four color CMYK) of #d336bd color hex is 0.00, 0.74, 0.10, 0.17. Web safe color of #d336bd is #cc33cc. Color #d336bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110110 10111101
Octal 323 66 275
Decimal 211 54 189
Hex D3 36 BD

RGB Percentages of Color #d336bd

%46.48
%11.89
%41.63

CMYK Percentages of Color #d336bd

%0
%74
%10
%17

Triadic Colors of #d336bd

#d336bd #bdd336 #36bdd3

Analogous Colors of #d336bd

#d336bd #d3366f #9b36d3

Monochromatic Colors of #d336bd

#d336bd

Complementary Color

#d336bd #36d34c

#d336bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d336bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d336bd Color CSS Codes

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

#d336bd Text Font Color

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

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


#d336bd Background Color

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

This div background color is #d336bd


#d336bd Border Color

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

This div border color is #d336bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d336bd


Comments

No comments written yet.

Please login to write comment.