Color Hex Logo

#b52bbd Color Hex

#B52BBD
(181,43,189)
0 Favorites   0 Comments

Color spaces of #b52bbd

RGB 18143189
HSL0.820.630.45
HSV297°77°74°
CMYK 0.040.770.00   0.26
XYZ29.105215.225649.5489
Yxy15.22560.31000.1622
Hunter Lab39.020064.8590-47.9744
CIE-Lab45.941770.0237-47.0389

#b52bbd color RGB value is (181,43,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101011 10111101
Octal 265 53 275
Decimal 181 43 189
Hex B5 2B BD

RGB Percentages of Color #b52bbd

%43.83
%10.41
%45.76

CMYK Percentages of Color #b52bbd

%4
%77
%0
%26

Triadic Colors of #b52bbd

#b52bbd #bdb52b #2bbdb5

Analogous Colors of #b52bbd

#b52bbd #bd2b7c #6c2bbd

Monochromatic Colors of #b52bbd

#b52bbd

Complementary Color

#b52bbd #33bd2b

#b52bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52bbd Color CSS Codes

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

#b52bbd Text Font Color

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

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


#b52bbd Background Color

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

This div background color is #b52bbd


#b52bbd Border Color

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

This div border color is #b52bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52bbd


Comments

No comments written yet.

Please login to write comment.