Color Hex Logo

#b87892 Color Hex

#B87892
(184,120,146)
0 Favorites   0 Comments

Color spaces of #b87892

RGB 184120146
HSL0.930.310.60
HSV336°35°72°
CMYK 0.000.350.21   0.28
XYZ31.671925.698630.4852
Yxy25.69860.36050.2925
Hunter Lab50.693822.8071-0.1690
CIE-Lab57.749928.7553-3.6848

#b87892 color RGB value is (184,120,146).

#b87892 hex color red value is 184, green value is 120 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b87892 hue: 0.93 , saturation: 0.31 and the lightness value of b87892 is 0.60.

The process color (four color CMYK) of #b87892 color hex is 0.00, 0.35, 0.21, 0.28. Web safe color of #b87892 is #cc6699. Color #b87892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111000 10010010
Octal 270 170 222
Decimal 184 120 146
Hex B8 78 92

RGB Percentages of Color #b87892

%40.89
%26.67
%32.44

CMYK Percentages of Color #b87892

%0
%35
%21
%28

Triadic Colors of #b87892

#b87892 #92b878 #7892b8

Analogous Colors of #b87892

#b87892 #b87e78 #b878b2

Monochromatic Colors of #b87892

#b87892

Complementary Color

#b87892 #78b89e

#b87892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87892 Color CSS Codes

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

#b87892 Text Font Color

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

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


#b87892 Background Color

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

This div background color is #b87892


#b87892 Border Color

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

This div border color is #b87892


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,120,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87892


Comments

No comments written yet.

Please login to write comment.