Color Hex Logo

#bd33dc Color Hex

#BD33DC
(189,51,220)
0 Favorites   0 Comments

Color spaces of #bd33dc

RGB 18951220
HSL0.800.710.53
HSV289°77°86°
CMYK 0.140.770.00   0.14
XYZ35.088418.353869.4034
Yxy18.35380.28560.1494
Hunter Lab42.841371.2248-66.0615
CIE-Lab49.922474.5353-58.4628

#bd33dc color RGB value is (189,51,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 11011100
Octal 275 63 334
Decimal 189 51 220
Hex BD 33 DC

RGB Percentages of Color #bd33dc

%41.09
%11.09
%47.83

CMYK Percentages of Color #bd33dc

%14
%77
%0
%14

Triadic Colors of #bd33dc

#bd33dc #dcbd33 #33dcbd

Analogous Colors of #bd33dc

#bd33dc #dc33a7 #6933dc

Monochromatic Colors of #bd33dc

#bd33dc

Complementary Color

#bd33dc #52dc33

#bd33dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd33dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd33dc Color CSS Codes

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

#bd33dc Text Font Color

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

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


#bd33dc Background Color

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

This div background color is #bd33dc


#bd33dc Border Color

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

This div border color is #bd33dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd33dc


Comments

No comments written yet.

Please login to write comment.