Color Hex Logo

#6c2aec Color Hex

#6C2AEC
(108,42,236)
0 Favorites   0 Comments

Color spaces of #6c2aec

RGB 10842236
HSL0.720.840.55
HSV260°82°93°
CMYK 0.540.820.00   0.07
XYZ22.152610.900280.2933
Yxy10.90020.19540.0962
Hunter Lab33.015561.9923-121.0820
CIE-Lab39.411968.8590-85.1532

#6c2aec color RGB value is (108,42,236).

#6c2aec hex color red value is 108, green value is 42 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6c2aec hue: 0.72 , saturation: 0.84 and the lightness value of 6c2aec is 0.55.

The process color (four color CMYK) of #6c2aec color hex is 0.54, 0.82, 0.00, 0.07. Web safe color of #6c2aec is #6633ff. Color #6c2aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00101010 11101100
Octal 154 52 354
Decimal 108 42 236
Hex 6C 2A EC

RGB Percentages of Color #6c2aec

%27.98
%10.88
%61.14

CMYK Percentages of Color #6c2aec

%54
%82
%0
%7

Triadic Colors of #6c2aec

#6c2aec #ec6c2a #2aec6c

Analogous Colors of #6c2aec

#6c2aec #cd2aec #2a49ec

Monochromatic Colors of #6c2aec

#6c2aec

Complementary Color

#6c2aec #aaec2a

#6c2aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c2aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c2aec Color CSS Codes

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

#6c2aec Text Font Color

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

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


#6c2aec Background Color

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

This div background color is #6c2aec


#6c2aec Border Color

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

This div border color is #6c2aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,42,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c2aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c2aec;
  -webkit-box-shadow: 1px 1px 3px 2px #6c2aec;
  box-shadow:         1px 1px 3px 2px #6c2aec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,42,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c2aec


Comments

No comments written yet.

Please login to write comment.