Color Hex Logo

#be52fe Color Hex

#BE52FE
(190,82,254)
0 Favorites   0 Comments

Color spaces of #be52fe

RGB 19082254
HSL0.770.990.66
HSV278°68°100°
CMYK 0.250.680.00   0.00
XYZ42.141924.137596.2038
Yxy24.13750.25940.1486
Hunter Lab49.129967.1336-81.7078
CIE-Lab56.225269.9509-67.3881

#be52fe color RGB value is (190,82,254).

#be52fe hex color red value is 190, green value is 82 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #be52fe hue: 0.77 , saturation: 0.99 and the lightness value of be52fe is 0.66.

The process color (four color CMYK) of #be52fe color hex is 0.25, 0.68, 0.00, 0.00. Web safe color of #be52fe is #cc66ff. Color #be52fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010010 11111110
Octal 276 122 376
Decimal 190 82 254
Hex BE 52 FE

RGB Percentages of Color #be52fe

%36.12
%15.59
%48.29

CMYK Percentages of Color #be52fe

%25
%68
%0
%0

Triadic Colors of #be52fe

#be52fe #febe52 #52febe

Analogous Colors of #be52fe

#be52fe #fe52e8 #6852fe

Monochromatic Colors of #be52fe

#be52fe

Complementary Color

#be52fe #92fe52

#be52fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be52fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#be52fe Color CSS Codes

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

#be52fe Text Font Color

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

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


#be52fe Background Color

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

This div background color is #be52fe


#be52fe Border Color

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

This div border color is #be52fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be52fe

Related Colors


Comments

No comments written yet.

Please login to write comment.