Color Hex Logo

#be275b Color Hex

#BE275B
(190,39,91)
0 Favorites   0 Comments

Color spaces of #be275b

RGB 1903991
HSL0.940.660.45
HSV339°79°75°
CMYK 0.000.790.52   0.25
XYZ23.849113.153511.1794
Yxy13.15350.49500.2730
Hunter Lab36.267853.91027.1115
CIE-Lab42.993661.08298.0613

#be275b color RGB value is (190,39,91).

#be275b hex color red value is 190, green value is 39 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #be275b hue: 0.94 , saturation: 0.66 and the lightness value of be275b is 0.45.

The process color (four color CMYK) of #be275b color hex is 0.00, 0.79, 0.52, 0.25. Web safe color of #be275b is #cc3366. Color #be275b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100111 01011011
Octal 276 47 133
Decimal 190 39 91
Hex BE 27 5B

RGB Percentages of Color #be275b

%59.38
%12.19
%28.44

CMYK Percentages of Color #be275b

%0
%79
%52
%25

Triadic Colors of #be275b

#be275b #5bbe27 #275bbe

Analogous Colors of #be275b

#be275b #be3f27 #be27a7

Monochromatic Colors of #be275b

#be275b

Complementary Color

#be275b #27be8a

#be275b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be275b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be275b Color CSS Codes

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

#be275b Text Font Color

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

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


#be275b Background Color

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

This div background color is #be275b


#be275b Border Color

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

This div border color is #be275b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be275b


Comments

No comments written yet.

Please login to write comment.