Color Hex Logo

#680cec Color Hex

#680CEC
(104,12,236)
0 Favorites   0 Comments

Color spaces of #680cec

RGB 10412236
HSL0.740.900.49
HSV265°95°93°
CMYK 0.560.950.00   0.07
XYZ20.98079.262180.0388
Yxy9.26210.19020.0840
Hunter Lab30.433769.7972-134.6256
CIE-Lab36.484175.9541-90.0100

#680cec color RGB value is (104,12,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001100 11101100
Octal 150 14 354
Decimal 104 12 236
Hex 68 C EC

RGB Percentages of Color #680cec

%29.55
%3.41
%67.05

CMYK Percentages of Color #680cec

%56
%95
%0
%7

Triadic Colors of #680cec

#680cec #ec680c #0cec68

Analogous Colors of #680cec

#680cec #d80cec #0c20ec

Monochromatic Colors of #680cec

#680cec

Complementary Color

#680cec #90ec0c

#680cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#680cec Color CSS Codes

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

#680cec Text Font Color

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

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


#680cec Background Color

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

This div background color is #680cec


#680cec Border Color

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

This div border color is #680cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680cec


Comments

No comments written yet.

Please login to write comment.