Color Hex Logo

#682cda Color Hex

#682CDA
(104,44,218)
0 Favorites   0 Comments

Color spaces of #682cda

RGB 10444218
HSL0.720.700.51
HSV261°80°85°
CMYK 0.520.800.00   0.15
XYZ19.26459.806467.2071
Yxy9.80640.20010.1019
Hunter Lab31.315255.0083-105.3247
CIE-Lab37.492763.1320-78.0583

#682cda color RGB value is (104,44,218).

#682cda hex color red value is 104, green value is 44 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #682cda hue: 0.72 , saturation: 0.70 and the lightness value of 682cda is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101100 11011010
Octal 150 54 332
Decimal 104 44 218
Hex 68 2C DA

RGB Percentages of Color #682cda

%28.42
%12.02
%59.56

CMYK Percentages of Color #682cda

%52
%80
%0
%15

Triadic Colors of #682cda

#682cda #da682c #2cda68

Analogous Colors of #682cda

#682cda #bf2cda #2c47da

Monochromatic Colors of #682cda

#682cda

Complementary Color

#682cda #9eda2c

#682cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#682cda Color CSS Codes

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

#682cda Text Font Color

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

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


#682cda Background Color

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

This div background color is #682cda


#682cda Border Color

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

This div border color is #682cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682cda


Comments

No comments written yet.

Please login to write comment.