Color Hex Logo

#6019fe Color Hex

#6019FE
(96,25,254)
0 Favorites   0 Comments

Color spaces of #6019fe

RGB 9625254
HSL0.720.990.55
HSV259°90°100°
CMYK 0.620.900.00   0.00
XYZ23.060910.337894.5459
Yxy10.33780.18020.0808
Hunter Lab32.152471.7599-151.8385
CIE-Lab38.442077.1888-96.9400

#6019fe color RGB value is (96,25,254).

#6019fe hex color red value is 96, green value is 25 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6019fe hue: 0.72 , saturation: 0.99 and the lightness value of 6019fe is 0.55.

The process color (four color CMYK) of #6019fe color hex is 0.62, 0.90, 0.00, 0.00. Web safe color of #6019fe is #6600ff. Color #6019fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011001 11111110
Octal 140 31 376
Decimal 96 25 254
Hex 60 19 FE

RGB Percentages of Color #6019fe

%25.60
%6.67
%67.73

CMYK Percentages of Color #6019fe

%62
%90
%0
%0

Triadic Colors of #6019fe

#6019fe #fe6019 #19fe60

Analogous Colors of #6019fe

#6019fe #d319fe #1945fe

Monochromatic Colors of #6019fe

#6019fe

Complementary Color

#6019fe #b7fe19

#6019fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6019fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6019fe Color CSS Codes

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

#6019fe Text Font Color

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

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


#6019fe Background Color

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

This div background color is #6019fe


#6019fe Border Color

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

This div border color is #6019fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6019fe


Comments

No comments written yet.

Please login to write comment.