Color Hex Logo

#b7287f Color Hex

#B7287F
(183,40,127)
0 Favorites   0 Comments

Color spaces of #b7287f

RGB 18340127
HSL0.900.640.44
HSV323°78°72°
CMYK 0.000.780.31   0.28
XYZ24.118013.117221.3394
Yxy13.11720.41170.2239
Hunter Lab36.217755.4854-9.5812
CIE-Lab42.939362.4978-14.5532

#b7287f color RGB value is (183,40,127).

#b7287f hex color red value is 183, green value is 40 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b7287f hue: 0.90 , saturation: 0.64 and the lightness value of b7287f is 0.44.

The process color (four color CMYK) of #b7287f color hex is 0.00, 0.78, 0.31, 0.28. Web safe color of #b7287f is #cc3366. Color #b7287f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101000 01111111
Octal 267 50 177
Decimal 183 40 127
Hex B7 28 7F

RGB Percentages of Color #b7287f

%52.29
%11.43
%36.29

CMYK Percentages of Color #b7287f

%0
%78
%31
%28

Triadic Colors of #b7287f

#b7287f #7fb728 #287fb7

Analogous Colors of #b7287f

#b7287f #b72837 #a828b7

Monochromatic Colors of #b7287f

#b7287f

Complementary Color

#b7287f #28b760

#b7287f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7287f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7287f Color CSS Codes

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

#b7287f Text Font Color

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

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


#b7287f Background Color

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

This div background color is #b7287f


#b7287f Border Color

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

This div border color is #b7287f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7287f


Comments

No comments written yet.

Please login to write comment.