Color Hex Logo

#b75aab Color Hex

#B75AAB
(183,90,171)
0 Favorites   0 Comments

Color spaces of #b75aab

RGB 18390171
HSL0.850.390.54
HSV308°51°72°
CMYK 0.000.510.07   0.28
XYZ30.535320.319940.8408
Yxy20.31990.33300.2216
Hunter Lab45.077642.0290-22.1631
CIE-Lab52.197048.4928-26.6553

#b75aab color RGB value is (183,90,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011010 10101011
Octal 267 132 253
Decimal 183 90 171
Hex B7 5A AB

RGB Percentages of Color #b75aab

%41.22
%20.27
%38.51

CMYK Percentages of Color #b75aab

%0
%51
%7
%28

Triadic Colors of #b75aab

#b75aab #abb75a #5aabb7

Analogous Colors of #b75aab

#b75aab #b75a7d #955ab7

Monochromatic Colors of #b75aab

#b75aab

Complementary Color

#b75aab #5ab766

#b75aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75aab Color CSS Codes

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

#b75aab Text Font Color

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

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


#b75aab Background Color

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

This div background color is #b75aab


#b75aab Border Color

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

This div border color is #b75aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75aab


Comments

No comments written yet.

Please login to write comment.