Color Hex Logo

#b75982 Color Hex

#B75982
(183,89,130)
0 Favorites   0 Comments

Color spaces of #b75982

RGB 18389130
HSL0.930.390.53
HSV334°51°72°
CMYK 0.000.510.29   0.28
XYZ27.130118.823723.3225
Yxy18.82370.39160.2717
Hunter Lab43.386335.6927-1.5012
CIE-Lab50.480342.6580-5.0441

#b75982 color RGB value is (183,89,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011001 10000010
Octal 267 131 202
Decimal 183 89 130
Hex B7 59 82

RGB Percentages of Color #b75982

%45.52
%22.14
%32.34

CMYK Percentages of Color #b75982

%0
%51
%29
%28

Triadic Colors of #b75982

#b75982 #82b759 #5982b7

Analogous Colors of #b75982

#b75982 #b75f59 #b759b1

Monochromatic Colors of #b75982

#b75982

Complementary Color

#b75982 #59b78e

#b75982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75982 Color CSS Codes

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

#b75982 Text Font Color

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

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


#b75982 Background Color

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

This div background color is #b75982


#b75982 Border Color

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

This div border color is #b75982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75982


Comments

No comments written yet.

Please login to write comment.