Color Hex Logo

#b527cb Color Hex

#B527CB
(181,39,203)
0 Favorites   0 Comments

Color spaces of #b527cb

RGB 18139203
HSL0.810.680.47
HSV292°81°80°
CMYK 0.110.810.00   0.20
XYZ30.561115.586657.8977
Yxy15.58660.29370.1498
Hunter Lab39.479969.0859-59.3136
CIE-Lab46.427473.4582-54.3972

#b527cb color RGB value is (181,39,203).

#b527cb hex color red value is 181, green value is 39 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b527cb hue: 0.81 , saturation: 0.68 and the lightness value of b527cb is 0.47.

The process color (four color CMYK) of #b527cb color hex is 0.11, 0.81, 0.00, 0.20. Web safe color of #b527cb is #cc33cc. Color #b527cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100111 11001011
Octal 265 47 313
Decimal 181 39 203
Hex B5 27 CB

RGB Percentages of Color #b527cb

%42.79
%9.22
%47.99

CMYK Percentages of Color #b527cb

%11
%81
%0
%20

Triadic Colors of #b527cb

#b527cb #cbb527 #27cbb5

Analogous Colors of #b527cb

#b527cb #cb278f #6327cb

Monochromatic Colors of #b527cb

#b527cb

Complementary Color

#b527cb #3dcb27

#b527cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b527cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b527cb Color CSS Codes

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

#b527cb Text Font Color

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

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


#b527cb Background Color

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

This div background color is #b527cb


#b527cb Border Color

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

This div border color is #b527cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,39,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b527cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b527cb;
  -webkit-box-shadow: 1px 1px 3px 2px #b527cb;
  box-shadow:         1px 1px 3px 2px #b527cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,39,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b527cb


Comments

No comments written yet.

Please login to write comment.