Color Hex Logo

#be2fe0 Color Hex

#BE2FE0
(190,47,224)
0 Favorites   0 Comments

Color spaces of #be2fe0

RGB 19047224
HSL0.800.740.53
HSV288°79°88°
CMYK 0.150.790.00   0.12
XYZ35.706318.362072.1833
Yxy18.36200.28280.1454
Hunter Lab42.850973.7493-69.8797
CIE-Lab49.932376.5862-60.7139

#be2fe0 color RGB value is (190,47,224).

#be2fe0 hex color red value is 190, green value is 47 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #be2fe0 hue: 0.80 , saturation: 0.74 and the lightness value of be2fe0 is 0.53.

The process color (four color CMYK) of #be2fe0 color hex is 0.15, 0.79, 0.00, 0.12. Web safe color of #be2fe0 is #cc33cc. Color #be2fe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101111 11100000
Octal 276 57 340
Decimal 190 47 224
Hex BE 2F E0

RGB Percentages of Color #be2fe0

%41.21
%10.20
%48.59

CMYK Percentages of Color #be2fe0

%15
%79
%0
%12

Triadic Colors of #be2fe0

#be2fe0 #e0be2f #2fe0be

Analogous Colors of #be2fe0

#be2fe0 #e02faa #662fe0

Monochromatic Colors of #be2fe0

#be2fe0

Complementary Color

#be2fe0 #51e02f

#be2fe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2fe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2fe0 Color CSS Codes

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

#be2fe0 Text Font Color

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

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


#be2fe0 Background Color

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

This div background color is #be2fe0


#be2fe0 Border Color

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

This div border color is #be2fe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2fe0


Comments

No comments written yet.

Please login to write comment.