Color Hex Logo

#6a40ce Color Hex

#6A40CE
(106,64,206)
0 Favorites   0 Comments

Color spaces of #6a40ce

RGB 10664206
HSL0.720.590.53
HSV258°69°81°
CMYK 0.490.690.00   0.19
XYZ18.917811.187259.5548
Yxy11.18720.21100.1248
Hunter Lab33.447342.4270-82.1562
CIE-Lab39.894051.0090-67.1930

#6a40ce color RGB value is (106,64,206).

#6a40ce hex color red value is 106, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6a40ce hue: 0.72 , saturation: 0.59 and the lightness value of 6a40ce is 0.53.

The process color (four color CMYK) of #6a40ce color hex is 0.49, 0.69, 0.00, 0.19. Web safe color of #6a40ce is #6633cc. Color #6a40ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01000000 11001110
Octal 152 100 316
Decimal 106 64 206
Hex 6A 40 CE

RGB Percentages of Color #6a40ce

%28.19
%17.02
%54.79

CMYK Percentages of Color #6a40ce

%49
%69
%0
%19

Triadic Colors of #6a40ce

#6a40ce #ce6a40 #40ce6a

Analogous Colors of #6a40ce

#6a40ce #b140ce #405dce

Monochromatic Colors of #6a40ce

#6a40ce

Complementary Color

#6a40ce #a4ce40

#6a40ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a40ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a40ce Color CSS Codes

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

#6a40ce Text Font Color

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

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


#6a40ce Background Color

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

This div background color is #6a40ce


#6a40ce Border Color

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

This div border color is #6a40ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,64,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a40ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a40ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6a40ce;
  box-shadow:         1px 1px 3px 2px #6a40ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,64,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a40ce


Comments

No comments written yet.

Please login to write comment.