Color Hex Logo

#be287e Color Hex

#BE287E
(190,40,126)
0 Favorites   0 Comments

Color spaces of #be287e

RGB 19040126
HSL0.900.650.45
HSV326°79°75°
CMYK 0.000.790.34   0.25
XYZ25.759913.971121.0777
Yxy13.97110.42360.2298
Hunter Lab37.377957.6062-7.2695
CIE-Lab44.191564.1268-11.9175

#be287e color RGB value is (190,40,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101000 01111110
Octal 276 50 176
Decimal 190 40 126
Hex BE 28 7E

RGB Percentages of Color #be287e

%53.37
%11.24
%35.39

CMYK Percentages of Color #be287e

%0
%79
%34
%25

Triadic Colors of #be287e

#be287e #7ebe28 #287ebe

Analogous Colors of #be287e

#be287e #be2833 #b328be

Monochromatic Colors of #be287e

#be287e

Complementary Color

#be287e #28be68

#be287e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be287e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be287e Color CSS Codes

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

#be287e Text Font Color

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

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


#be287e Background Color

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

This div background color is #be287e


#be287e Border Color

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

This div border color is #be287e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be287e


Comments

No comments written yet.

Please login to write comment.