Color Hex Logo

#b75f71 Color Hex

#B75F71
(183,95,113)
0 Favorites   0 Comments

Color spaces of #b75f71

RGB 18395113
HSL0.970.380.55
HSV348°48°72°
CMYK 0.000.480.38   0.28
XYZ26.601319.444017.9738
Yxy19.44400.41550.3037
Hunter Lab44.095430.51646.6994
CIE-Lab51.202737.39146.1540

#b75f71 color RGB value is (183,95,113).

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

The process color (four color CMYK) of #b75f71 color hex is 0.00, 0.48, 0.38, 0.28. Web safe color of #b75f71 is #cc6666. Color #b75f71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011111 01110001
Octal 267 137 161
Decimal 183 95 113
Hex B7 5F 71

RGB Percentages of Color #b75f71

%46.80
%24.30
%28.90

CMYK Percentages of Color #b75f71

%0
%48
%38
%28

Triadic Colors of #b75f71

#b75f71 #71b75f #5f71b7

Analogous Colors of #b75f71

#b75f71 #b7795f #b75f9d

Monochromatic Colors of #b75f71

#b75f71

Complementary Color

#b75f71 #5fb7a5

#b75f71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75f71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75f71 Color CSS Codes

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

#b75f71 Text Font Color

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

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


#b75f71 Background Color

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

This div background color is #b75f71


#b75f71 Border Color

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

This div border color is #b75f71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75f71


Comments

No comments written yet.

Please login to write comment.