Color Hex Logo

#6019ef Color Hex

#6019EF
(96,25,239)
0 Favorites   0 Comments

Color spaces of #6019ef

RGB 9625239
HSL0.720.870.52
HSV260°90°94°
CMYK 0.600.900.00   0.06
XYZ20.75159.414182.3847
Yxy9.41410.18440.0836
Hunter Lab30.682467.0311-137.7207
CIE-Lab36.769773.6189-91.2642

#6019ef color RGB value is (96,25,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011001 11101111
Octal 140 31 357
Decimal 96 25 239
Hex 60 19 EF

RGB Percentages of Color #6019ef

%26.67
%6.94
%66.39

CMYK Percentages of Color #6019ef

%60
%90
%0
%6

Triadic Colors of #6019ef

#6019ef #ef6019 #19ef60

Analogous Colors of #6019ef

#6019ef #cb19ef #193def

Monochromatic Colors of #6019ef

#6019ef

Complementary Color

#6019ef #a8ef19

#6019ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6019ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6019ef Color CSS Codes

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

#6019ef Text Font Color

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

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


#6019ef Background Color

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

This div background color is #6019ef


#6019ef Border Color

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

This div border color is #6019ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6019ef


Comments

No comments written yet.

Please login to write comment.