Color Hex Logo

#b52cbe Color Hex

#B52CBE
(181,44,190)
0 Favorites   0 Comments

Color spaces of #b52cbe

RGB 18144190
HSL0.820.620.46
HSV296°77°75°
CMYK 0.050.770.00   0.25
XYZ29.251015.342850.1350
Yxy15.34280.30880.1620
Hunter Lab39.169964.7516-48.4686
CIE-Lab46.100269.9022-47.3697

#b52cbe color RGB value is (181,44,190).

#b52cbe hex color red value is 181, green value is 44 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b52cbe hue: 0.82 , saturation: 0.62 and the lightness value of b52cbe is 0.46.

The process color (four color CMYK) of #b52cbe color hex is 0.05, 0.77, 0.00, 0.25. Web safe color of #b52cbe is #cc33cc. Color #b52cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101100 10111110
Octal 265 54 276
Decimal 181 44 190
Hex B5 2C BE

RGB Percentages of Color #b52cbe

%43.61
%10.60
%45.78

CMYK Percentages of Color #b52cbe

%5
%77
%0
%25

Triadic Colors of #b52cbe

#b52cbe #beb52c #2cbeb5

Analogous Colors of #b52cbe

#b52cbe #be2c7e #6c2cbe

Monochromatic Colors of #b52cbe

#b52cbe

Complementary Color

#b52cbe #35be2c

#b52cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52cbe Color CSS Codes

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

#b52cbe Text Font Color

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

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


#b52cbe Background Color

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

This div background color is #b52cbe


#b52cbe Border Color

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

This div border color is #b52cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52cbe


Comments

No comments written yet.

Please login to write comment.