Color Hex Logo

#bd33cd Color Hex

#BD33CD
(189,51,205)
0 Favorites   0 Comments

Color spaces of #bd33cd

RGB 18951205
HSL0.820.610.50
HSV294°75°80°
CMYK 0.080.750.00   0.20
XYZ33.189517.594259.4044
Yxy17.59420.30120.1597
Hunter Lab41.945467.8343-54.6065
CIE-Lab49.000271.9199-51.3549

#bd33cd color RGB value is (189,51,205).

#bd33cd hex color red value is 189, green value is 51 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd33cd hue: 0.82 , saturation: 0.61 and the lightness value of bd33cd is 0.50.

The process color (four color CMYK) of #bd33cd color hex is 0.08, 0.75, 0.00, 0.20. Web safe color of #bd33cd is #cc33cc. Color #bd33cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 11001101
Octal 275 63 315
Decimal 189 51 205
Hex BD 33 CD

RGB Percentages of Color #bd33cd

%42.47
%11.46
%46.07

CMYK Percentages of Color #bd33cd

%8
%75
%0
%20

Triadic Colors of #bd33cd

#bd33cd #cdbd33 #33cdbd

Analogous Colors of #bd33cd

#bd33cd #cd3390 #7033cd

Monochromatic Colors of #bd33cd

#bd33cd

Complementary Color

#bd33cd #43cd33

#bd33cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd33cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd33cd Color CSS Codes

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

#bd33cd Text Font Color

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

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


#bd33cd Background Color

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

This div background color is #bd33cd


#bd33cd Border Color

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

This div border color is #bd33cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd33cd


Comments

No comments written yet.

Please login to write comment.