Color Hex Logo

#bd36cd Color Hex

#BD36CD
(189,54,205)
0 Favorites   0 Comments

Color spaces of #bd36cd

RGB 18954205
HSL0.820.600.51
HSV294°74°80°
CMYK 0.080.740.00   0.20
XYZ33.324917.864959.4495
Yxy17.86490.30120.1615
Hunter Lab42.266966.7695-53.8061
CIE-Lab49.331870.9685-50.8244

#bd36cd color RGB value is (189,54,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110110 11001101
Octal 275 66 315
Decimal 189 54 205
Hex BD 36 CD

RGB Percentages of Color #bd36cd

%42.19
%12.05
%45.76

CMYK Percentages of Color #bd36cd

%8
%74
%0
%20

Triadic Colors of #bd36cd

#bd36cd #cdbd36 #36cdbd

Analogous Colors of #bd36cd

#bd36cd #cd3692 #7236cd

Monochromatic Colors of #bd36cd

#bd36cd

Complementary Color

#bd36cd #46cd36

#bd36cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd36cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd36cd Color CSS Codes

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

#bd36cd Text Font Color

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

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


#bd36cd Background Color

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

This div background color is #bd36cd


#bd36cd Border Color

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

This div border color is #bd36cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd36cd


Comments

No comments written yet.

Please login to write comment.