Color Hex Logo

#b52dab Color Hex

#B52DAB
(181,45,171)
0 Favorites   0 Comments

Color spaces of #b52dab

RGB 18145171
HSL0.850.600.44
HSV304°75°71°
CMYK 0.000.750.06   0.29
XYZ27.345114.640839.9128
Yxy14.64080.33390.1788
Hunter Lab38.263360.6053-35.0616
CIE-Lab45.138266.5515-37.7247

#b52dab color RGB value is (181,45,171).

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

The process color (four color CMYK) of #b52dab color hex is 0.00, 0.75, 0.06, 0.29. Web safe color of #b52dab is #cc3399. Color #b52dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101101 10101011
Octal 265 55 253
Decimal 181 45 171
Hex B5 2D AB

RGB Percentages of Color #b52dab

%45.59
%11.34
%43.07

CMYK Percentages of Color #b52dab

%0
%75
%6
%29

Triadic Colors of #b52dab

#b52dab #abb52d #2dabb5

Analogous Colors of #b52dab

#b52dab #b52d67 #7b2db5

Monochromatic Colors of #b52dab

#b52dab

Complementary Color

#b52dab #2db537

#b52dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52dab Color CSS Codes

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

#b52dab Text Font Color

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

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


#b52dab Background Color

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

This div background color is #b52dab


#b52dab Border Color

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

This div border color is #b52dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52dab


Comments

No comments written yet.

Please login to write comment.