Color Hex Logo

#be249e Color Hex

#BE249E
(190,36,158)
0 Favorites   0 Comments

Color spaces of #be249e

RGB 19036158
HSL0.870.680.44
HSV312°81°75°
CMYK 0.000.810.17   0.25
XYZ28.037614.677533.7030
Yxy14.67750.36690.1921
Hunter Lab38.311263.5884-25.3405
CIE-Lab45.189369.0946-29.7914

#be249e color RGB value is (190,36,158).

#be249e hex color red value is 190, green value is 36 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #be249e hue: 0.87 , saturation: 0.68 and the lightness value of be249e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100100 10011110
Octal 276 44 236
Decimal 190 36 158
Hex BE 24 9E

RGB Percentages of Color #be249e

%49.48
%9.38
%41.15

CMYK Percentages of Color #be249e

%0
%81
%17
%25

Triadic Colors of #be249e

#be249e #9ebe24 #249ebe

Analogous Colors of #be249e

#be249e #be2451 #9124be

Monochromatic Colors of #be249e

#be249e

Complementary Color

#be249e #24be44

#be249e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be249e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be249e Color CSS Codes

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

#be249e Text Font Color

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

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


#be249e Background Color

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

This div background color is #be249e


#be249e Border Color

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

This div border color is #be249e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be249e


Comments

No comments written yet.

Please login to write comment.