Color Hex Logo

#b75e9f Color Hex

#B75E9F
(183,94,159)
0 Favorites   0 Comments

Color spaces of #b75e9f

RGB 18394159
HSL0.880.380.54
HSV316°49°72°
CMYK 0.000.490.13   0.28
XYZ29.789220.575935.2024
Yxy20.57590.34810.2405
Hunter Lab45.360737.8431-14.2599
CIE-Lab52.482244.4514-19.1947

#b75e9f color RGB value is (183,94,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011110 10011111
Octal 267 136 237
Decimal 183 94 159
Hex B7 5E 9F

RGB Percentages of Color #b75e9f

%41.97
%21.56
%36.47

CMYK Percentages of Color #b75e9f

%0
%49
%13
%28

Triadic Colors of #b75e9f

#b75e9f #9fb75e #5e9fb7

Analogous Colors of #b75e9f

#b75e9f #b75e73 #a35eb7

Monochromatic Colors of #b75e9f

#b75e9f

Complementary Color

#b75e9f #5eb776

#b75e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75e9f Color CSS Codes

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

#b75e9f Text Font Color

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

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


#b75e9f Background Color

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

This div background color is #b75e9f


#b75e9f Border Color

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

This div border color is #b75e9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75e9f


Comments

No comments written yet.

Please login to write comment.