Color Hex Logo

#b75a9f Color Hex

#B75A9F
(183,90,159)
0 Favorites   0 Comments

Color spaces of #b75a9f

RGB 18390159
HSL0.880.390.54
HSV315°51°72°
CMYK 0.000.510.13   0.28
XYZ29.442619.882835.0869
Yxy19.88280.34880.2355
Hunter Lab44.590139.8298-15.4408
CIE-Lab51.704446.4813-20.3853

#b75a9f color RGB value is (183,90,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011010 10011111
Octal 267 132 237
Decimal 183 90 159
Hex B7 5A 9F

RGB Percentages of Color #b75a9f

%42.36
%20.83
%36.81

CMYK Percentages of Color #b75a9f

%0
%51
%13
%28

Triadic Colors of #b75a9f

#b75a9f #9fb75a #5a9fb7

Analogous Colors of #b75a9f

#b75a9f #b75a71 #a15ab7

Monochromatic Colors of #b75a9f

#b75a9f

Complementary Color

#b75a9f #5ab772

#b75a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75a9f Color CSS Codes

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

#b75a9f Text Font Color

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

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


#b75a9f Background Color

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

This div background color is #b75a9f


#b75a9f Border Color

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

This div border color is #b75a9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,90,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b75a9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75a9f


Comments

No comments written yet.

Please login to write comment.