Color Hex Logo

#b87675 Color Hex

#B87675
(184,118,117)
0 Favorites   0 Comments

Color spaces of #b87675

RGB 184118117
HSL0.000.320.59
HSV36°72°
CMYK 0.000.360.36   0.28
XYZ29.456524.431619.9929
Yxy24.43160.39870.3307
Hunter Lab49.428319.876410.6181
CIE-Lab56.517425.789311.3540

#b87675 color RGB value is (184,118,117).

#b87675 hex color red value is 184, green value is 118 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b87675 hue: 0.00 , saturation: 0.32 and the lightness value of b87675 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110110 01110101
Octal 270 166 165
Decimal 184 118 117
Hex B8 76 75

RGB Percentages of Color #b87675

%43.91
%28.16
%27.92

CMYK Percentages of Color #b87675

%0
%36
%36
%28

Triadic Colors of #b87675

#b87675 #75b876 #7675b8

Analogous Colors of #b87675

#b87675 #b89875 #b87596

Monochromatic Colors of #b87675

#b87675

Complementary Color

#b87675 #75b7b8

#b87675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87675 Color CSS Codes

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

#b87675 Text Font Color

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

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


#b87675 Background Color

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

This div background color is #b87675


#b87675 Border Color

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

This div border color is #b87675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87675


Comments

No comments written yet.

Please login to write comment.