Color Hex Logo

#b754ab Color Hex

#B754AB
(183,84,171)
0 Favorites   0 Comments

Color spaces of #b754ab

RGB 18384171
HSL0.850.410.52
HSV307°54°72°
CMYK 0.000.540.07   0.28
XYZ30.049419.348240.6789
Yxy19.34820.33360.2148
Hunter Lab43.986644.9656-24.0409
CIE-Lab51.092151.4290-28.3694

#b754ab color RGB value is (183,84,171).

#b754ab hex color red value is 183, green value is 84 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b754ab hue: 0.85 , saturation: 0.41 and the lightness value of b754ab is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010100 10101011
Octal 267 124 253
Decimal 183 84 171
Hex B7 54 AB

RGB Percentages of Color #b754ab

%41.78
%19.18
%39.04

CMYK Percentages of Color #b754ab

%0
%54
%7
%28

Triadic Colors of #b754ab

#b754ab #abb754 #54abb7

Analogous Colors of #b754ab

#b754ab #b7547a #9254b7

Monochromatic Colors of #b754ab

#b754ab

Complementary Color

#b754ab #54b760

#b754ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b754ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b754ab Color CSS Codes

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

#b754ab Text Font Color

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

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


#b754ab Background Color

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

This div background color is #b754ab


#b754ab Border Color

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

This div border color is #b754ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b754ab


Comments

No comments written yet.

Please login to write comment.