Color Hex Logo

#be278e Color Hex

#BE278E
(190,39,142)
0 Favorites   0 Comments

Color spaces of #be278e

RGB 19039142
HSL0.890.660.45
HSV319°79°75°
CMYK 0.000.790.25   0.25
XYZ26.843214.351226.9464
Yxy14.35120.39390.2106
Hunter Lab37.883060.1867-15.6553
CIE-Lab44.732466.2687-20.8563

#be278e color RGB value is (190,39,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100111 10001110
Octal 276 47 216
Decimal 190 39 142
Hex BE 27 8E

RGB Percentages of Color #be278e

%51.21
%10.51
%38.27

CMYK Percentages of Color #be278e

%0
%79
%25
%25

Triadic Colors of #be278e

#be278e #8ebe27 #278ebe

Analogous Colors of #be278e

#be278e #be2742 #a327be

Monochromatic Colors of #be278e

#be278e

Complementary Color

#be278e #27be57

#be278e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be278e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be278e Color CSS Codes

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

#be278e Text Font Color

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

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


#be278e Background Color

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

This div background color is #be278e


#be278e Border Color

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

This div border color is #be278e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be278e


Comments

No comments written yet.

Please login to write comment.