Color Hex Logo

#b52baf Color Hex

#B52BAF
(181,43,175)
0 Favorites   0 Comments

Color spaces of #b52baf

RGB 18143175
HSL0.840.620.44
HSV303°76°71°
CMYK 0.000.760.03   0.29
XYZ27.657814.646741.9268
Yxy14.64670.32840.1739
Hunter Lab38.271062.0246-38.1639
CIE-Lab45.146567.7695-40.0787

#b52baf color RGB value is (181,43,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101011 10101111
Octal 265 53 257
Decimal 181 43 175
Hex B5 2B AF

RGB Percentages of Color #b52baf

%45.36
%10.78
%43.86

CMYK Percentages of Color #b52baf

%0
%76
%3
%29

Triadic Colors of #b52baf

#b52baf #afb52b #2bafb5

Analogous Colors of #b52baf

#b52baf #b52b6a #762bb5

Monochromatic Colors of #b52baf

#b52baf

Complementary Color

#b52baf #2bb531

#b52baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52baf Color CSS Codes

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

#b52baf Text Font Color

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

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


#b52baf Background Color

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

This div background color is #b52baf


#b52baf Border Color

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

This div border color is #b52baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,43,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 #b52baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52baf


Comments

No comments written yet.

Please login to write comment.