Color Hex Logo

#be60fe Color Hex

#BE60FE
(190,96,254)
0 Favorites   0 Comments

Color spaces of #be60fe

RGB 19096254
HSL0.770.990.69
HSV276°62°100°
CMYK 0.250.620.00   0.00
XYZ43.307526.468696.5923
Yxy26.46860.26030.1591
Hunter Lab51.447660.2240-75.3029
CIE-Lab58.479263.7186-63.7599

#be60fe color RGB value is (190,96,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100000 11111110
Octal 276 140 376
Decimal 190 96 254
Hex BE 60 FE

RGB Percentages of Color #be60fe

%35.19
%17.78
%47.04

CMYK Percentages of Color #be60fe

%25
%62
%0
%0

Triadic Colors of #be60fe

#be60fe #febe60 #60febe

Analogous Colors of #be60fe

#be60fe #fe60ef #6f60fe

Monochromatic Colors of #be60fe

#be60fe

Complementary Color

#be60fe #a0fe60

#be60fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be60fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#be60fe Color CSS Codes

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

#be60fe Text Font Color

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

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


#be60fe Background Color

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

This div background color is #be60fe


#be60fe Border Color

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

This div border color is #be60fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,96,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 #be60fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be60fe

Related Colors


Comments

No comments written yet.

Please login to write comment.