Color Hex Logo

#b8507f Color Hex

#B8507F
(184,80,127)
0 Favorites   0 Comments

Color spaces of #b8507f

RGB 18480127
HSL0.920.420.52
HSV333°57°72°
CMYK 0.000.570.31   0.28
XYZ26.466617.460022.0538
Yxy17.46000.40110.2646
Hunter Lab41.785239.9373-2.0431
CIE-Lab48.834547.0461-5.6713

#b8507f color RGB value is (184,80,127).

#b8507f hex color red value is 184, green value is 80 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b8507f hue: 0.92 , saturation: 0.42 and the lightness value of b8507f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010000 01111111
Octal 270 120 177
Decimal 184 80 127
Hex B8 50 7F

RGB Percentages of Color #b8507f

%47.06
%20.46
%32.48

CMYK Percentages of Color #b8507f

%0
%57
%31
%28

Triadic Colors of #b8507f

#b8507f #7fb850 #507fb8

Analogous Colors of #b8507f

#b8507f #b85550 #b850b3

Monochromatic Colors of #b8507f

#b8507f

Complementary Color

#b8507f #50b889

#b8507f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8507f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8507f Color CSS Codes

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

#b8507f Text Font Color

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

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


#b8507f Background Color

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

This div background color is #b8507f


#b8507f Border Color

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

This div border color is #b8507f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8507f


Comments

No comments written yet.

Please login to write comment.