Color Hex Logo

#be275e Color Hex

#BE275E
(190,39,94)
0 Favorites   0 Comments

Color spaces of #be275e

RGB 1903994
HSL0.940.660.45
HSV338°79°75°
CMYK 0.000.790.51   0.25
XYZ23.981113.206311.8748
Yxy13.20630.48880.2692
Hunter Lab36.340554.19646.0644
CIE-Lab43.072561.32386.2944

#be275e color RGB value is (190,39,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100111 01011110
Octal 276 47 136
Decimal 190 39 94
Hex BE 27 5E

RGB Percentages of Color #be275e

%58.82
%12.07
%29.10

CMYK Percentages of Color #be275e

%0
%79
%51
%25

Triadic Colors of #be275e

#be275e #5ebe27 #275ebe

Analogous Colors of #be275e

#be275e #be3c27 #be27aa

Monochromatic Colors of #be275e

#be275e

Complementary Color

#be275e #27be87

#be275e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be275e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be275e Color CSS Codes

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

#be275e Text Font Color

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

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


#be275e Background Color

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

This div background color is #be275e


#be275e Border Color

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

This div border color is #be275e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be275e


Comments

No comments written yet.

Please login to write comment.