Color Hex Logo

#b52cc7 Color Hex

#B52CC7
(181,44,199)
0 Favorites   0 Comments

Color spaces of #b52cc7

RGB 18144199
HSL0.810.640.48
HSV293°78°78°
CMYK 0.090.780.00   0.22
XYZ30.265515.748655.4775
Yxy15.74860.29820.1552
Hunter Lab39.684566.6856-55.1061
CIE-Lab46.642971.4212-51.7357

#b52cc7 color RGB value is (181,44,199).

#b52cc7 hex color red value is 181, green value is 44 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #b52cc7 hue: 0.81 , saturation: 0.64 and the lightness value of b52cc7 is 0.48.

The process color (four color CMYK) of #b52cc7 color hex is 0.09, 0.78, 0.00, 0.22. Web safe color of #b52cc7 is #cc33cc. Color #b52cc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101100 11000111
Octal 265 54 307
Decimal 181 44 199
Hex B5 2C C7

RGB Percentages of Color #b52cc7

%42.69
%10.38
%46.93

CMYK Percentages of Color #b52cc7

%9
%78
%0
%22

Triadic Colors of #b52cc7

#b52cc7 #c7b52c #2cc7b5

Analogous Colors of #b52cc7

#b52cc7 #c72c8c #682cc7

Monochromatic Colors of #b52cc7

#b52cc7

Complementary Color

#b52cc7 #3ec72c

#b52cc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52cc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52cc7 Color CSS Codes

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

#b52cc7 Text Font Color

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

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


#b52cc7 Background Color

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

This div background color is #b52cc7


#b52cc7 Border Color

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

This div border color is #b52cc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52cc7


Comments

No comments written yet.

Please login to write comment.