Color Hex Logo

#b75f82 Color Hex

#B75F82
(183,95,130)
0 Favorites   0 Comments

Color spaces of #b75f82

RGB 18395130
HSL0.930.380.55
HSV336°48°72°
CMYK 0.000.480.29   0.28
XYZ27.649919.863423.4958
Yxy19.86340.38940.2797
Hunter Lab44.568432.7455-0.0590
CIE-Lab51.682439.5657-3.2672

#b75f82 color RGB value is (183,95,130).

#b75f82 hex color red value is 183, green value is 95 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b75f82 hue: 0.93 , saturation: 0.38 and the lightness value of b75f82 is 0.55.

The process color (four color CMYK) of #b75f82 color hex is 0.00, 0.48, 0.29, 0.28. Web safe color of #b75f82 is #cc6699. Color #b75f82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011111 10000010
Octal 267 137 202
Decimal 183 95 130
Hex B7 5F 82

RGB Percentages of Color #b75f82

%44.85
%23.28
%31.86

CMYK Percentages of Color #b75f82

%0
%48
%29
%28

Triadic Colors of #b75f82

#b75f82 #82b75f #5f82b7

Analogous Colors of #b75f82

#b75f82 #b7685f #b75fae

Monochromatic Colors of #b75f82

#b75f82

Complementary Color

#b75f82 #5fb794

#b75f82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75f82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75f82 Color CSS Codes

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

#b75f82 Text Font Color

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

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


#b75f82 Background Color

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

This div background color is #b75f82


#b75f82 Border Color

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

This div border color is #b75f82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75f82


Comments

No comments written yet.

Please login to write comment.