Color Hex Logo

#be285e Color Hex

#BE285E
(190,40,94)
0 Favorites   0 Comments

Color spaces of #be285e

RGB 1904094
HSL0.940.650.45
HSV338°79°75°
CMYK 0.000.790.51   0.25
XYZ24.014413.272911.8859
Yxy13.27290.48840.2699
Hunter Lab36.432053.90356.1591
CIE-Lab43.171661.04276.4355

#be285e color RGB value is (190,40,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101000 01011110
Octal 276 50 136
Decimal 190 40 94
Hex BE 28 5E

RGB Percentages of Color #be285e

%58.64
%12.35
%29.01

CMYK Percentages of Color #be285e

%0
%79
%51
%25

Triadic Colors of #be285e

#be285e #5ebe28 #285ebe

Analogous Colors of #be285e

#be285e #be3d28 #be28a9

Monochromatic Colors of #be285e

#be285e

Complementary Color

#be285e #28be88

#be285e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be285e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be285e Color CSS Codes

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

#be285e Text Font Color

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

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


#be285e Background Color

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

This div background color is #be285e


#be285e Border Color

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

This div border color is #be285e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be285e


Comments

No comments written yet.

Please login to write comment.