Color Hex Logo

#6e0cda Color Hex

#6E0CDA
(110,12,218)
0 Favorites   0 Comments

Color spaces of #6e0cda

RGB 11012218
HSL0.750.900.45
HSV269°94°85°
CMYK 0.500.940.00   0.15
XYZ19.21688.639966.9845
Yxy8.63990.20260.0911
Hunter Lab29.393765.2594-114.5387
CIE-Lab35.281572.4203-81.6824

#6e0cda color RGB value is (110,12,218).

#6e0cda hex color red value is 110, green value is 12 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6e0cda hue: 0.75 , saturation: 0.90 and the lightness value of 6e0cda is 0.45.

The process color (four color CMYK) of #6e0cda color hex is 0.50, 0.94, 0.00, 0.15. Web safe color of #6e0cda is #6600cc. Color #6e0cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00001100 11011010
Octal 156 14 332
Decimal 110 12 218
Hex 6E C DA

RGB Percentages of Color #6e0cda

%32.35
%3.53
%64.12

CMYK Percentages of Color #6e0cda

%50
%94
%0
%15

Triadic Colors of #6e0cda

#6e0cda #da6e0c #0cda6e

Analogous Colors of #6e0cda

#6e0cda #d50cda #0c11da

Monochromatic Colors of #6e0cda

#6e0cda

Complementary Color

#6e0cda #78da0c

#6e0cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e0cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e0cda Color CSS Codes

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

#6e0cda Text Font Color

<p style="color:#6e0cda">Text here</p>

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


#6e0cda Background Color

<div style="background-color:#6e0cda">
Div content here</div>

This div background color is #6e0cda


#6e0cda Border Color

<div style="border:3px solid #6e0cda">
Div here</div>

This div border color is #6e0cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,12,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e0cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e0cda;
  -webkit-box-shadow: 1px 1px 3px 2px #6e0cda;
  box-shadow:         1px 1px 3px 2px #6e0cda; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e0cda


Comments

No comments written yet.

Please login to write comment.