Color Hex Logo

#be219f Color Hex

#BE219F
(190,33,159)
0 Favorites   0 Comments

Color spaces of #be219f

RGB 19033159
HSL0.870.700.44
HSV312°83°75°
CMYK 0.000.830.16   0.25
XYZ28.037114.538134.1293
Yxy14.53810.36550.1895
Hunter Lab38.128964.5300-26.3805
CIE-Lab44.994969.9303-30.6945

#be219f color RGB value is (190,33,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100001 10011111
Octal 276 41 237
Decimal 190 33 159
Hex BE 21 9F

RGB Percentages of Color #be219f

%49.74
%8.64
%41.62

CMYK Percentages of Color #be219f

%0
%83
%16
%25

Triadic Colors of #be219f

#be219f #9fbe21 #219fbe

Analogous Colors of #be219f

#be219f #be2151 #8f21be

Monochromatic Colors of #be219f

#be219f

Complementary Color

#be219f #21be40

#be219f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be219f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be219f Color CSS Codes

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

#be219f Text Font Color

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

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


#be219f Background Color

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

This div background color is #be219f


#be219f Border Color

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

This div border color is #be219f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be219f


Comments

No comments written yet.

Please login to write comment.