Color Hex Logo

#be2cef Color Hex

#BE2CEF
(190,44,239)
0 Favorites   0 Comments

Color spaces of #be2cef

RGB 19044239
HSL0.790.860.55
HSV285°82°94°
CMYK 0.210.820.00   0.06
XYZ37.715918.980583.3371
Yxy18.98050.26930.1355
Hunter Lab43.566678.2870-82.9172
CIE-Lab50.664480.0757-68.0073

#be2cef color RGB value is (190,44,239).

#be2cef hex color red value is 190, green value is 44 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #be2cef hue: 0.79 , saturation: 0.86 and the lightness value of be2cef is 0.55.

The process color (four color CMYK) of #be2cef color hex is 0.21, 0.82, 0.00, 0.06. Web safe color of #be2cef is #cc33ff. Color #be2cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101100 11101111
Octal 276 54 357
Decimal 190 44 239
Hex BE 2C EF

RGB Percentages of Color #be2cef

%40.17
%9.30
%50.53

CMYK Percentages of Color #be2cef

%21
%82
%0
%6

Triadic Colors of #be2cef

#be2cef #efbe2c #2cefbe

Analogous Colors of #be2cef

#be2cef #ef2cbf #5c2cef

Monochromatic Colors of #be2cef

#be2cef

Complementary Color

#be2cef #5def2c

#be2cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2cef Color CSS Codes

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

#be2cef Text Font Color

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

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


#be2cef Background Color

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

This div background color is #be2cef


#be2cef Border Color

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

This div border color is #be2cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2cef


Comments

No comments written yet.

Please login to write comment.