Color Hex Logo

#b370ab Color Hex

#B370AB
(179,112,171)
0 Favorites   0 Comments

Color spaces of #b370ab

RGB 179112171
HSL0.850.310.57
HSV307°37°70°
CMYK 0.000.370.04   0.30
XYZ31.735324.112341.5096
Yxy24.11230.32600.2477
Hunter Lab49.104329.4292-15.7470
CIE-Lab56.200135.6666-20.5366

#b370ab color RGB value is (179,112,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110000 10101011
Octal 263 160 253
Decimal 179 112 171
Hex B3 70 AB

RGB Percentages of Color #b370ab

%38.74
%24.24
%37.01

CMYK Percentages of Color #b370ab

%0
%37
%4
%30

Triadic Colors of #b370ab

#b370ab #abb370 #70abb3

Analogous Colors of #b370ab

#b370ab #b3708a #9a70b3

Monochromatic Colors of #b370ab

#b370ab

Complementary Color

#b370ab #70b378

#b370ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b370ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b370ab Color CSS Codes

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

#b370ab Text Font Color

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

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


#b370ab Background Color

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

This div background color is #b370ab


#b370ab Border Color

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

This div border color is #b370ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b370ab


Comments

No comments written yet.

Please login to write comment.