Color Hex Logo

#b35aab Color Hex

#B35AAB
(179,90,171)
0 Favorites   0 Comments

Color spaces of #b35aab

RGB 17990171
HSL0.850.370.53
HSV305°50°70°
CMYK 0.000.500.04   0.30
XYZ29.597319.836340.7969
Yxy19.83630.32800.2198
Hunter Lab44.538040.6791-23.1332
CIE-Lab51.651647.3005-27.5439

#b35aab color RGB value is (179,90,171).

#b35aab hex color red value is 179, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b35aab hue: 0.85 , saturation: 0.37 and the lightness value of b35aab is 0.53.

The process color (four color CMYK) of #b35aab color hex is 0.00, 0.50, 0.04, 0.30. Web safe color of #b35aab is #cc6699. Color #b35aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011010 10101011
Octal 263 132 253
Decimal 179 90 171
Hex B3 5A AB

RGB Percentages of Color #b35aab

%40.68
%20.45
%38.86

CMYK Percentages of Color #b35aab

%0
%50
%4
%30

Triadic Colors of #b35aab

#b35aab #abb35a #5aabb3

Analogous Colors of #b35aab

#b35aab #b35a7f #8f5ab3

Monochromatic Colors of #b35aab

#b35aab

Complementary Color

#b35aab #5ab362

#b35aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35aab Color CSS Codes

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

#b35aab Text Font Color

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

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


#b35aab Background Color

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

This div background color is #b35aab


#b35aab Border Color

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

This div border color is #b35aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35aab


Comments

No comments written yet.

Please login to write comment.