Color Hex Logo

#b75575 Color Hex

#B75575
(183,85,117)
0 Favorites   0 Comments

Color spaces of #b75575

RGB 18385117
HSL0.950.400.53
HSV340°54°72°
CMYK 0.000.540.36   0.28
XYZ25.987817.848618.9050
Yxy17.84860.41420.2845
Hunter Lab42.247635.86753.0422
CIE-Lab49.312043.00711.0313

#b75575 color RGB value is (183,85,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010101 01110101
Octal 267 125 165
Decimal 183 85 117
Hex B7 55 75

RGB Percentages of Color #b75575

%47.53
%22.08
%30.39

CMYK Percentages of Color #b75575

%0
%54
%36
%28

Triadic Colors of #b75575

#b75575 #75b755 #5575b7

Analogous Colors of #b75575

#b75575 #b76655 #b755a6

Monochromatic Colors of #b75575

#b75575

Complementary Color

#b75575 #55b797

#b75575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75575 Color CSS Codes

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

#b75575 Text Font Color

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

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


#b75575 Background Color

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

This div background color is #b75575


#b75575 Border Color

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

This div border color is #b75575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75575


Comments

No comments written yet.

Please login to write comment.