Color Hex Logo

#6012ef Color Hex

#6012EF
(96,18,239)
0 Favorites   0 Comments

Color spaces of #6012ef

RGB 9618239
HSL0.730.870.50
HSV261°92°94°
CMYK 0.600.920.00   0.06
XYZ20.62029.151482.3409
Yxy9.15140.18390.0816
Hunter Lab30.251368.7313-140.2054
CIE-Lab36.274275.1183-92.0862

#6012ef color RGB value is (96,18,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010010 11101111
Octal 140 22 357
Decimal 96 18 239
Hex 60 12 EF

RGB Percentages of Color #6012ef

%27.20
%5.10
%67.71

CMYK Percentages of Color #6012ef

%60
%92
%0
%6

Triadic Colors of #6012ef

#6012ef #ef6012 #12ef60

Analogous Colors of #6012ef

#6012ef #cf12ef #1232ef

Monochromatic Colors of #6012ef

#6012ef

Complementary Color

#6012ef #a1ef12

#6012ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6012ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6012ef Color CSS Codes

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

#6012ef Text Font Color

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

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


#6012ef Background Color

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

This div background color is #6012ef


#6012ef Border Color

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

This div border color is #6012ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6012ef


Comments

No comments written yet.

Please login to write comment.