Color Hex Logo

#b75786 Color Hex

#B75786
(183,87,134)
0 Favorites   0 Comments

Color spaces of #b75786

RGB 18387134
HSL0.920.400.53
HSV331°52°72°
CMYK 0.000.520.27   0.28
XYZ27.239718.604924.7097
Yxy18.60490.38610.2637
Hunter Lab43.133437.2433-3.7719
CIE-Lab50.221744.2153-7.8169

#b75786 color RGB value is (183,87,134).

#b75786 hex color red value is 183, green value is 87 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #b75786 hue: 0.92 , saturation: 0.40 and the lightness value of b75786 is 0.53.

The process color (four color CMYK) of #b75786 color hex is 0.00, 0.52, 0.27, 0.28. Web safe color of #b75786 is #cc6699. Color #b75786 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010111 10000110
Octal 267 127 206
Decimal 183 87 134
Hex B7 57 86

RGB Percentages of Color #b75786

%45.30
%21.53
%33.17

CMYK Percentages of Color #b75786

%0
%52
%27
%28

Triadic Colors of #b75786

#b75786 #86b757 #5786b7

Analogous Colors of #b75786

#b75786 #b75857 #b757b6

Monochromatic Colors of #b75786

#b75786

Complementary Color

#b75786 #57b788

#b75786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75786 Color CSS Codes

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

#b75786 Text Font Color

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

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


#b75786 Background Color

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

This div background color is #b75786


#b75786 Border Color

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

This div border color is #b75786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75786


Comments

No comments written yet.

Please login to write comment.