Color Hex Logo

#b527bd Color Hex

#B527BD
(181,39,189)
0 Favorites   0 Comments

Color spaces of #b527bd

RGB 18139189
HSL0.820.660.45
HSV297°79°74°
CMYK 0.040.790.00   0.26
XYZ28.966914.948949.5028
Yxy14.94890.31010.1600
Hunter Lab38.663866.0704-48.8467
CIE-Lab45.564171.1163-47.6420

#b527bd color RGB value is (181,39,189).

#b527bd hex color red value is 181, green value is 39 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b527bd hue: 0.82 , saturation: 0.66 and the lightness value of b527bd is 0.45.

The process color (four color CMYK) of #b527bd color hex is 0.04, 0.79, 0.00, 0.26. Web safe color of #b527bd is #cc33cc. Color #b527bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100111 10111101
Octal 265 47 275
Decimal 181 39 189
Hex B5 27 BD

RGB Percentages of Color #b527bd

%44.25
%9.54
%46.21

CMYK Percentages of Color #b527bd

%4
%79
%0
%26

Triadic Colors of #b527bd

#b527bd #bdb527 #27bdb5

Analogous Colors of #b527bd

#b527bd #bd277a #6a27bd

Monochromatic Colors of #b527bd

#b527bd

Complementary Color

#b527bd #2fbd27

#b527bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b527bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b527bd Color CSS Codes

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

#b527bd Text Font Color

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

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


#b527bd Background Color

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

This div background color is #b527bd


#b527bd Border Color

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

This div border color is #b527bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b527bd


Comments

No comments written yet.

Please login to write comment.