Color Hex Logo

#6e22af Color Hex

#6E22AF
(110,34,175)
0 Favorites   0 Comments

Color spaces of #6e22af

RGB 11034175
HSL0.760.670.41
HSV272°81°69°
CMYK 0.370.810.00   0.31
XYZ14.74037.554241.2386
Yxy7.55420.23200.1189
Hunter Lab27.484947.6319-69.7198
CIE-Lab33.036757.2681-60.1572

#6e22af color RGB value is (110,34,175).

#6e22af hex color red value is 110, green value is 34 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6e22af hue: 0.76 , saturation: 0.67 and the lightness value of 6e22af is 0.41.

The process color (four color CMYK) of #6e22af color hex is 0.37, 0.81, 0.00, 0.31. Web safe color of #6e22af is #663399. Color #6e22af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00100010 10101111
Octal 156 42 257
Decimal 110 34 175
Hex 6E 22 AF

RGB Percentages of Color #6e22af

%34.48
%10.66
%54.86

CMYK Percentages of Color #6e22af

%37
%81
%0
%31

Triadic Colors of #6e22af

#6e22af #af6e22 #22af6e

Analogous Colors of #6e22af

#6e22af #af22aa #2722af

Monochromatic Colors of #6e22af

#6e22af

Complementary Color

#6e22af #63af22

#6e22af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e22af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e22af Color CSS Codes

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

#6e22af Text Font Color

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

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


#6e22af Background Color

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

This div background color is #6e22af


#6e22af Border Color

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

This div border color is #6e22af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e22af


Comments

No comments written yet.

Please login to write comment.