Color Hex Logo

#b845ab Color Hex

#B845AB
(184,69,171)
0 Favorites   0 Comments

Color spaces of #b845ab

RGB 18469171
HSL0.850.450.50
HSV307°63°72°
CMYK 0.000.630.07   0.28
XYZ29.246017.386940.3426
Yxy17.38690.33630.1999
Hunter Lab41.697652.2261-28.1750
CIE-Lab48.743958.4877-32.0201

#b845ab color RGB value is (184,69,171).

#b845ab hex color red value is 184, green value is 69 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b845ab hue: 0.85 , saturation: 0.45 and the lightness value of b845ab is 0.50.

The process color (four color CMYK) of #b845ab color hex is 0.00, 0.63, 0.07, 0.28. Web safe color of #b845ab is #cc3399. Color #b845ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000101 10101011
Octal 270 105 253
Decimal 184 69 171
Hex B8 45 AB

RGB Percentages of Color #b845ab

%43.40
%16.27
%40.33

CMYK Percentages of Color #b845ab

%0
%63
%7
%28

Triadic Colors of #b845ab

#b845ab #abb845 #45abb8

Analogous Colors of #b845ab

#b845ab #b84572 #8c45b8

Monochromatic Colors of #b845ab

#b845ab

Complementary Color

#b845ab #45b852

#b845ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b845ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b845ab Color CSS Codes

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

#b845ab Text Font Color

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

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


#b845ab Background Color

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

This div background color is #b845ab


#b845ab Border Color

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

This div border color is #b845ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b845ab


Comments

No comments written yet.

Please login to write comment.