Color Hex Logo

#b75975 Color Hex

#B75975
(183,89,117)
0 Favorites   0 Comments

Color spaces of #b75975

RGB 18389117
HSL0.950.390.53
HSV342°51°72°
CMYK 0.000.510.36   0.28
XYZ26.311718.496419.0130
Yxy18.49640.41230.2898
Hunter Lab43.007433.94223.8939
CIE-Lab50.092740.98442.1654

#b75975 color RGB value is (183,89,117).

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

The process color (four color CMYK) of #b75975 color hex is 0.00, 0.51, 0.36, 0.28. Web safe color of #b75975 is #cc6666. Color #b75975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011001 01110101
Octal 267 131 165
Decimal 183 89 117
Hex B7 59 75

RGB Percentages of Color #b75975

%47.04
%22.88
%30.08

CMYK Percentages of Color #b75975

%0
%51
%36
%28

Triadic Colors of #b75975

#b75975 #75b759 #5975b7

Analogous Colors of #b75975

#b75975 #b76c59 #b759a4

Monochromatic Colors of #b75975

#b75975

Complementary Color

#b75975 #59b79b

#b75975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75975 Color CSS Codes

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

#b75975 Text Font Color

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

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


#b75975 Background Color

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

This div background color is #b75975


#b75975 Border Color

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

This div border color is #b75975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75975


Comments

No comments written yet.

Please login to write comment.