Color Hex Logo

#b52ca9 Color Hex

#B52CA9
(181,44,169)
0 Favorites   0 Comments

Color spaces of #b52ca9

RGB 18144169
HSL0.850.610.44
HSV305°76°71°
CMYK 0.000.760.07   0.29
XYZ27.118214.489738.9036
Yxy14.48970.33680.1800
Hunter Lab38.065360.5512-33.9499
CIE-Lab44.927266.5457-36.8719

#b52ca9 color RGB value is (181,44,169).

#b52ca9 hex color red value is 181, green value is 44 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #b52ca9 hue: 0.85 , saturation: 0.61 and the lightness value of b52ca9 is 0.44.

The process color (four color CMYK) of #b52ca9 color hex is 0.00, 0.76, 0.07, 0.29. Web safe color of #b52ca9 is #cc3399. Color #b52ca9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101100 10101001
Octal 265 54 251
Decimal 181 44 169
Hex B5 2C A9

RGB Percentages of Color #b52ca9

%45.94
%11.17
%42.89

CMYK Percentages of Color #b52ca9

%0
%76
%7
%29

Triadic Colors of #b52ca9

#b52ca9 #a9b52c #2ca9b5

Analogous Colors of #b52ca9

#b52ca9 #b52c65 #7d2cb5

Monochromatic Colors of #b52ca9

#b52ca9

Complementary Color

#b52ca9 #2cb538

#b52ca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52ca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52ca9 Color CSS Codes

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

#b52ca9 Text Font Color

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

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


#b52ca9 Background Color

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

This div background color is #b52ca9


#b52ca9 Border Color

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

This div border color is #b52ca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52ca9


Comments

No comments written yet.

Please login to write comment.