Color Hex Logo

#6e4acd Color Hex

#6E4ACD
(110,74,205)
0 Favorites   0 Comments

Color spaces of #6e4acd

RGB 11074205
HSL0.710.570.55
HSV256°64°80°
CMYK 0.460.640.00   0.20
XYZ19.898612.620359.1448
Yxy12.62030.21710.1377
Hunter Lab35.525137.8141-73.8429
CIE-Lab42.185546.0922-62.8659

#6e4acd color RGB value is (110,74,205).

#6e4acd hex color red value is 110, green value is 74 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6e4acd hue: 0.71 , saturation: 0.57 and the lightness value of 6e4acd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01001010 11001101
Octal 156 112 315
Decimal 110 74 205
Hex 6E 4A CD

RGB Percentages of Color #6e4acd

%28.28
%19.02
%52.70

CMYK Percentages of Color #6e4acd

%46
%64
%0
%20

Triadic Colors of #6e4acd

#6e4acd #cd6e4a #4acd6e

Analogous Colors of #6e4acd

#6e4acd #b04acd #4a68cd

Monochromatic Colors of #6e4acd

#6e4acd

Complementary Color

#6e4acd #a9cd4a

#6e4acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e4acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e4acd Color CSS Codes

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

#6e4acd Text Font Color

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

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


#6e4acd Background Color

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

This div background color is #6e4acd


#6e4acd Border Color

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

This div border color is #6e4acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e4acd


Comments

No comments written yet.

Please login to write comment.