Color Hex Logo

#bd33df Color Hex

#BD33DF
(189,51,223)
0 Favorites   0 Comments

Color spaces of #bd33df

RGB 18951223
HSL0.800.730.54
HSV288°77°87°
CMYK 0.150.770.00   0.13
XYZ35.489418.514271.5151
Yxy18.51420.28270.1475
Hunter Lab43.028171.9267-68.4235
CIE-Lab50.113975.0711-59.8609

#bd33df color RGB value is (189,51,223).

#bd33df hex color red value is 189, green value is 51 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd33df hue: 0.80 , saturation: 0.73 and the lightness value of bd33df is 0.54.

The process color (four color CMYK) of #bd33df color hex is 0.15, 0.77, 0.00, 0.13. Web safe color of #bd33df is #cc33cc. Color #bd33df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 11011111
Octal 275 63 337
Decimal 189 51 223
Hex BD 33 DF

RGB Percentages of Color #bd33df

%40.82
%11.02
%48.16

CMYK Percentages of Color #bd33df

%15
%77
%0
%13

Triadic Colors of #bd33df

#bd33df #dfbd33 #33dfbd

Analogous Colors of #bd33df

#bd33df #df33ab #6733df

Monochromatic Colors of #bd33df

#bd33df

Complementary Color

#bd33df #55df33

#bd33df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd33df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd33df Color CSS Codes

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

#bd33df Text Font Color

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

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


#bd33df Background Color

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

This div background color is #bd33df


#bd33df Border Color

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

This div border color is #bd33df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd33df


Comments

No comments written yet.

Please login to write comment.