Color Hex Logo

#680ddd Color Hex

#680DDD
(104,13,221)
0 Favorites   0 Comments

Color spaces of #680ddd

RGB 10413221
HSL0.740.890.46
HSV266°94°87°
CMYK 0.530.940.00   0.13
XYZ18.90408.451469.0415
Yxy8.45140.19610.0877
Hunter Lab29.071365.1973-120.4581
CIE-Lab34.905872.4387-84.0538

#680ddd color RGB value is (104,13,221).

#680ddd hex color red value is 104, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #680ddd hue: 0.74 , saturation: 0.89 and the lightness value of 680ddd is 0.46.

The process color (four color CMYK) of #680ddd color hex is 0.53, 0.94, 0.00, 0.13. Web safe color of #680ddd is #6600cc. Color #680ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001101 11011101
Octal 150 15 335
Decimal 104 13 221
Hex 68 D DD

RGB Percentages of Color #680ddd

%30.77
%3.85
%65.38

CMYK Percentages of Color #680ddd

%53
%94
%0
%13

Triadic Colors of #680ddd

#680ddd #dd680d #0ddd68

Analogous Colors of #680ddd

#680ddd #d00ddd #0d1add

Monochromatic Colors of #680ddd

#680ddd

Complementary Color

#680ddd #82dd0d

#680ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#680ddd Color CSS Codes

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

#680ddd Text Font Color

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

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


#680ddd Background Color

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

This div background color is #680ddd


#680ddd Border Color

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

This div border color is #680ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680ddd


Comments

No comments written yet.

Please login to write comment.