Color Hex Logo

#681cda Color Hex

#681CDA
(104,28,218)
0 Favorites   0 Comments

Color spaces of #681cda

RGB 10428218
HSL0.730.770.48
HSV264°87°85°
CMYK 0.520.870.00   0.15
XYZ18.77918.835567.0453
Yxy8.83550.19840.0933
Hunter Lab29.724660.7530-112.9245
CIE-Lab35.665668.5195-81.0716

#681cda color RGB value is (104,28,218).

#681cda hex color red value is 104, green value is 28 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #681cda hue: 0.73 , saturation: 0.77 and the lightness value of 681cda is 0.48.

The process color (four color CMYK) of #681cda color hex is 0.52, 0.87, 0.00, 0.15. Web safe color of #681cda is #6633cc. Color #681cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011100 11011010
Octal 150 34 332
Decimal 104 28 218
Hex 68 1C DA

RGB Percentages of Color #681cda

%29.71
%8.00
%62.29

CMYK Percentages of Color #681cda

%52
%87
%0
%15

Triadic Colors of #681cda

#681cda #da681c #1cda68

Analogous Colors of #681cda

#681cda #c71cda #1c2fda

Monochromatic Colors of #681cda

#681cda

Complementary Color

#681cda #8eda1c

#681cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#681cda Color CSS Codes

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

#681cda Text Font Color

<p style="color:#681cda">Text here</p>

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


#681cda Background Color

<div style="background-color:#681cda">
Div content here</div>

This div background color is #681cda


#681cda Border Color

<div style="border:3px solid #681cda">
Div here</div>

This div border color is #681cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,28,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #681cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #681cda;
  -webkit-box-shadow: 1px 1px 3px 2px #681cda;
  box-shadow:         1px 1px 3px 2px #681cda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681cda


Comments

No comments written yet.

Please login to write comment.