Color Hex Logo

#b862ab Color Hex

#B862AB
(184,98,171)
0 Favorites   0 Comments

Color spaces of #b862ab

RGB 18498171
HSL0.860.380.55
HSV309°47°72°
CMYK 0.000.470.07   0.28
XYZ31.485521.866041.0892
Yxy21.86600.33340.2315
Hunter Lab46.761138.3569-19.3656
CIE-Lab53.884544.7347-24.0376

#b862ab color RGB value is (184,98,171).

#b862ab hex color red value is 184, green value is 98 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b862ab hue: 0.86 , saturation: 0.38 and the lightness value of b862ab is 0.55.

The process color (four color CMYK) of #b862ab color hex is 0.00, 0.47, 0.07, 0.28. Web safe color of #b862ab is #cc6699. Color #b862ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100010 10101011
Octal 270 142 253
Decimal 184 98 171
Hex B8 62 AB

RGB Percentages of Color #b862ab

%40.62
%21.63
%37.75

CMYK Percentages of Color #b862ab

%0
%47
%7
%28

Triadic Colors of #b862ab

#b862ab #abb862 #62abb8

Analogous Colors of #b862ab

#b862ab #b86280 #9a62b8

Monochromatic Colors of #b862ab

#b862ab

Complementary Color

#b862ab #62b86f

#b862ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b862ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b862ab Color CSS Codes

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

#b862ab Text Font Color

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

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


#b862ab Background Color

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

This div background color is #b862ab


#b862ab Border Color

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

This div border color is #b862ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b862ab


Comments

No comments written yet.

Please login to write comment.