Color Hex Logo

#b52cc0 Color Hex

#B52CC0
(181,44,192)
0 Favorites   0 Comments

Color spaces of #b52cc0

RGB 18144192
HSL0.820.630.46
HSV296°77°75°
CMYK 0.060.770.00   0.25
XYZ29.471215.430951.2943
Yxy15.43090.30640.1604
Hunter Lab39.282265.1746-49.9228
CIE-Lab46.218870.2358-48.3465

#b52cc0 color RGB value is (181,44,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101100 11000000
Octal 265 54 300
Decimal 181 44 192
Hex B5 2C C0

RGB Percentages of Color #b52cc0

%43.41
%10.55
%46.04

CMYK Percentages of Color #b52cc0

%6
%77
%0
%25

Triadic Colors of #b52cc0

#b52cc0 #c0b52c #2cc0b5

Analogous Colors of #b52cc0

#b52cc0 #c02c81 #6b2cc0

Monochromatic Colors of #b52cc0

#b52cc0

Complementary Color

#b52cc0 #37c02c

#b52cc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52cc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52cc0 Color CSS Codes

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

#b52cc0 Text Font Color

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

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


#b52cc0 Background Color

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

This div background color is #b52cc0


#b52cc0 Border Color

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

This div border color is #b52cc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52cc0


Comments

No comments written yet.

Please login to write comment.