Color Hex Logo

#6e1cca Color Hex

#6E1CCA
(110,28,202)
0 Favorites   0 Comments

Color spaces of #6e1cca

RGB 11028202
HSL0.750.760.45
HSV268°86°79°
CMYK 0.460.860.00   0.21
XYZ17.50638.409856.5777
Yxy8.40980.21220.1019
Hunter Lab28.999757.0062-95.3737
CIE-Lab34.822265.4213-73.1653

#6e1cca color RGB value is (110,28,202).

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

The process color (four color CMYK) of #6e1cca color hex is 0.46, 0.86, 0.00, 0.21. Web safe color of #6e1cca is #6633cc. Color #6e1cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00011100 11001010
Octal 156 34 312
Decimal 110 28 202
Hex 6E 1C CA

RGB Percentages of Color #6e1cca

%32.35
%8.24
%59.41

CMYK Percentages of Color #6e1cca

%46
%86
%0
%21

Triadic Colors of #6e1cca

#6e1cca #ca6e1c #1cca6e

Analogous Colors of #6e1cca

#6e1cca #c51cca #1c21ca

Monochromatic Colors of #6e1cca

#6e1cca

Complementary Color

#6e1cca #78ca1c

#6e1cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e1cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e1cca Color CSS Codes

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

#6e1cca Text Font Color

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

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


#6e1cca Background Color

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

This div background color is #6e1cca


#6e1cca Border Color

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

This div border color is #6e1cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e1cca


Comments

No comments written yet.

Please login to write comment.