Color Hex Logo

#6e5ecf Color Hex

#6E5ECF
(110,94,207)
0 Favorites   0 Comments

Color spaces of #6e5ecf

RGB 11094207
HSL0.690.540.59
HSV248°55°81°
CMYK 0.470.550.00   0.19
XYZ21.695615.825460.9426
Yxy15.82540.22030.1607
Hunter Lab39.781227.7322-62.9823
CIE-Lab46.744635.1218-56.6424

#6e5ecf color RGB value is (110,94,207).

#6e5ecf hex color red value is 110, green value is 94 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6e5ecf hue: 0.69 , saturation: 0.54 and the lightness value of 6e5ecf is 0.59.

The process color (four color CMYK) of #6e5ecf color hex is 0.47, 0.55, 0.00, 0.19. Web safe color of #6e5ecf is #6666cc. Color #6e5ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01011110 11001111
Octal 156 136 317
Decimal 110 94 207
Hex 6E 5E CF

RGB Percentages of Color #6e5ecf

%26.76
%22.87
%50.36

CMYK Percentages of Color #6e5ecf

%47
%55
%0
%19

Triadic Colors of #6e5ecf

#6e5ecf #cf6e5e #5ecf6e

Analogous Colors of #6e5ecf

#6e5ecf #a75ecf #5e87cf

Monochromatic Colors of #6e5ecf

#6e5ecf

Complementary Color

#6e5ecf #bfcf5e

#6e5ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e5ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e5ecf Color CSS Codes

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

#6e5ecf Text Font Color

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

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


#6e5ecf Background Color

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

This div background color is #6e5ecf


#6e5ecf Border Color

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

This div border color is #6e5ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e5ecf


Comments

No comments written yet.

Please login to write comment.