Color Hex Logo

#680aec Color Hex

#680AEC
(104,10,236)
0 Favorites   0 Comments

Color spaces of #680aec

RGB 10410236
HSL0.740.920.48
HSV265°96°93°
CMYK 0.560.960.00   0.07
XYZ20.95789.216380.0312
Yxy9.21630.19020.0836
Hunter Lab30.358470.0998-135.0504
CIE-Lab36.397576.2176-90.1537

#680aec color RGB value is (104,10,236).

#680aec hex color red value is 104, green value is 10 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #680aec hue: 0.74 , saturation: 0.92 and the lightness value of 680aec is 0.48.

The process color (four color CMYK) of #680aec color hex is 0.56, 0.96, 0.00, 0.07. Web safe color of #680aec is #6600ff. Color #680aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001010 11101100
Octal 150 12 354
Decimal 104 10 236
Hex 68 A EC

RGB Percentages of Color #680aec

%29.71
%2.86
%67.43

CMYK Percentages of Color #680aec

%56
%96
%0
%7

Triadic Colors of #680aec

#680aec #ec680a #0aec68

Analogous Colors of #680aec

#680aec #d90aec #0a1dec

Monochromatic Colors of #680aec

#680aec

Complementary Color

#680aec #8eec0a

#680aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#680aec Color CSS Codes

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

#680aec Text Font Color

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

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


#680aec Background Color

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

This div background color is #680aec


#680aec Border Color

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

This div border color is #680aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,10,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #680aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #680aec;
  -webkit-box-shadow: 1px 1px 3px 2px #680aec;
  box-shadow:         1px 1px 3px 2px #680aec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,10,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #680aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680aec


Comments

No comments written yet.

Please login to write comment.