Color Hex Logo

#6a4ecc Color Hex

#6A4ECC
(106,78,204)
0 Favorites   0 Comments

Color spaces of #6a4ecc

RGB 10678204
HSL0.700.550.55
HSV253°62°80°
CMYK 0.480.620.00   0.20
XYZ19.567312.872658.5801
Yxy12.87260.21500.1414
Hunter Lab35.878434.5628-71.6903
CIE-Lab42.570742.7750-61.6808

#6a4ecc color RGB value is (106,78,204).

#6a4ecc hex color red value is 106, green value is 78 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6a4ecc hue: 0.70 , saturation: 0.55 and the lightness value of 6a4ecc is 0.55.

The process color (four color CMYK) of #6a4ecc color hex is 0.48, 0.62, 0.00, 0.20. Web safe color of #6a4ecc is #6666cc. Color #6a4ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01001110 11001100
Octal 152 116 314
Decimal 106 78 204
Hex 6A 4E CC

RGB Percentages of Color #6a4ecc

%27.32
%20.10
%52.58

CMYK Percentages of Color #6a4ecc

%48
%62
%0
%20

Triadic Colors of #6a4ecc

#6a4ecc #cc6a4e #4ecc6a

Analogous Colors of #6a4ecc

#6a4ecc #a94ecc #4e71cc

Monochromatic Colors of #6a4ecc

#6a4ecc

Complementary Color

#6a4ecc #b0cc4e

#6a4ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a4ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a4ecc Color CSS Codes

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

#6a4ecc Text Font Color

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

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


#6a4ecc Background Color

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

This div background color is #6a4ecc


#6a4ecc Border Color

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

This div border color is #6a4ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a4ecc


Comments

No comments written yet.

Please login to write comment.