Color Hex Logo

#b62aab Color Hex

#B62AAB
(182,42,171)
0 Favorites   0 Comments

Color spaces of #b62aab

RGB 18242171
HSL0.850.630.44
HSV305°77°71°
CMYK 0.000.770.06   0.29
XYZ27.470114.541339.8870
Yxy14.54130.33540.1776
Hunter Lab38.133161.8541-35.3239
CIE-Lab44.999467.6520-37.9332

#b62aab color RGB value is (182,42,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101010 10101011
Octal 266 52 253
Decimal 182 42 171
Hex B6 2A AB

RGB Percentages of Color #b62aab

%46.08
%10.63
%43.29

CMYK Percentages of Color #b62aab

%0
%77
%6
%29

Triadic Colors of #b62aab

#b62aab #abb62a #2aabb6

Analogous Colors of #b62aab

#b62aab #b62a65 #7b2ab6

Monochromatic Colors of #b62aab

#b62aab

Complementary Color

#b62aab #2ab635

#b62aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62aab Color CSS Codes

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

#b62aab Text Font Color

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

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


#b62aab Background Color

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

This div background color is #b62aab


#b62aab Border Color

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

This div border color is #b62aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62aab


Comments

No comments written yet.

Please login to write comment.