Color Hex Logo

#6801ef Color Hex

#6801EF
(104,1,239)
0 Favorites   0 Comments

Color spaces of #6801ef

RGB 1041239
HSL0.740.990.47
HSV266°100°94°
CMYK 0.561.000.00   0.06
XYZ21.29989.196882.3139
Yxy9.19680.18880.0815
Hunter Lab30.326272.2996-139.7014
CIE-Lab36.360578.0113-91.9174

#6801ef color RGB value is (104,1,239).

#6801ef hex color red value is 104, green value is 1 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6801ef hue: 0.74 , saturation: 0.99 and the lightness value of 6801ef is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000001 11101111
Octal 150 1 357
Decimal 104 1 239
Hex 68 1 EF

RGB Percentages of Color #6801ef

%30.23
%0.29
%69.48

CMYK Percentages of Color #6801ef

%56
%100
%0
%6

Triadic Colors of #6801ef

#6801ef #ef6801 #01ef68

Analogous Colors of #6801ef

#6801ef #df01ef #0111ef

Monochromatic Colors of #6801ef

#6801ef

Complementary Color

#6801ef #88ef01

#6801ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6801ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6801ef Color CSS Codes

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

#6801ef Text Font Color

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

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


#6801ef Background Color

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

This div background color is #6801ef


#6801ef Border Color

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

This div border color is #6801ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6801ef


Comments

No comments written yet.

Please login to write comment.