Color Hex Logo

#b7275f Color Hex

#B7275F
(183,39,95)
0 Favorites   0 Comments

Color spaces of #b7275f

RGB 1833995
HSL0.940.650.44
HSV337°79°72°
CMYK 0.000.790.48   0.28
XYZ22.319512.344512.0328
Yxy12.34450.47800.2644
Hunter Lab35.134751.90714.2889
CIE-Lab41.758559.51513.6070

#b7275f color RGB value is (183,39,95).

#b7275f hex color red value is 183, green value is 39 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b7275f hue: 0.94 , saturation: 0.65 and the lightness value of b7275f is 0.44.

The process color (four color CMYK) of #b7275f color hex is 0.00, 0.79, 0.48, 0.28. Web safe color of #b7275f is #cc3366. Color #b7275f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100111 01011111
Octal 267 47 137
Decimal 183 39 95
Hex B7 27 5F

RGB Percentages of Color #b7275f

%57.73
%12.30
%29.97

CMYK Percentages of Color #b7275f

%0
%79
%48
%28

Triadic Colors of #b7275f

#b7275f #5fb727 #275fb7

Analogous Colors of #b7275f

#b7275f #b73727 #b727a7

Monochromatic Colors of #b7275f

#b7275f

Complementary Color

#b7275f #27b77f

#b7275f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7275f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7275f Color CSS Codes

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

#b7275f Text Font Color

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

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


#b7275f Background Color

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

This div background color is #b7275f


#b7275f Border Color

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

This div border color is #b7275f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7275f


Comments

No comments written yet.

Please login to write comment.