Color Hex Logo

#b52caf Color Hex

#B52CAF
(181,44,175)
0 Favorites   0 Comments

Color spaces of #b52caf

RGB 18144175
HSL0.840.610.44
HSV303°76°71°
CMYK 0.000.760.03   0.29
XYZ27.694614.720341.9391
Yxy14.72030.32830.1745
Hunter Lab38.367061.7049-37.9531
CIE-Lab45.248767.4756-39.9167

#b52caf color RGB value is (181,44,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101100 10101111
Octal 265 54 257
Decimal 181 44 175
Hex B5 2C AF

RGB Percentages of Color #b52caf

%45.25
%11.00
%43.75

CMYK Percentages of Color #b52caf

%0
%76
%3
%29

Triadic Colors of #b52caf

#b52caf #afb52c #2cafb5

Analogous Colors of #b52caf

#b52caf #b52c6b #772cb5

Monochromatic Colors of #b52caf

#b52caf

Complementary Color

#b52caf #2cb532

#b52caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52caf Color CSS Codes

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

#b52caf Text Font Color

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

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


#b52caf Background Color

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

This div background color is #b52caf


#b52caf Border Color

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

This div border color is #b52caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52caf


Comments

No comments written yet.

Please login to write comment.