Color Hex Logo

#6e45ad Color Hex

#6E45AD
(110,69,173)
0 Favorites   0 Comments

Color spaces of #6e45ad

RGB 11069173
HSL0.730.430.47
HSV264°60°68°
CMYK 0.360.600.00   0.32
XYZ16.101410.588440.7303
Yxy10.58840.23880.1571
Hunter Lab32.539831.3809-51.4358
CIE-Lab38.878440.1144-49.4882

#6e45ad color RGB value is (110,69,173).

#6e45ad hex color red value is 110, green value is 69 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6e45ad hue: 0.73 , saturation: 0.43 and the lightness value of 6e45ad is 0.47.

The process color (four color CMYK) of #6e45ad color hex is 0.36, 0.60, 0.00, 0.32. Web safe color of #6e45ad is #663399. Color #6e45ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01000101 10101101
Octal 156 105 255
Decimal 110 69 173
Hex 6E 45 AD

RGB Percentages of Color #6e45ad

%31.25
%19.60
%49.15

CMYK Percentages of Color #6e45ad

%36
%60
%0
%32

Triadic Colors of #6e45ad

#6e45ad #ad6e45 #45ad6e

Analogous Colors of #6e45ad

#6e45ad #a245ad #4550ad

Monochromatic Colors of #6e45ad

#6e45ad

Complementary Color

#6e45ad #84ad45

#6e45ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e45ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e45ad Color CSS Codes

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

#6e45ad Text Font Color

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

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


#6e45ad Background Color

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

This div background color is #6e45ad


#6e45ad Border Color

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

This div border color is #6e45ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e45ad


Comments

No comments written yet.

Please login to write comment.