Color Hex Logo

#6c5aec Color Hex

#6C5AEC
(108,90,236)
0 Favorites   0 Comments

Color spaces of #6c5aec

RGB 10890236
HSL0.690.790.64
HSV247°62°93°
CMYK 0.540.620.00   0.07
XYZ24.980816.556681.2360
Yxy16.55660.20350.1349
Hunter Lab40.689838.3798-89.8879
CIE-Lab47.696445.7236-71.5739

#6c5aec color RGB value is (108,90,236).

#6c5aec hex color red value is 108, green value is 90 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6c5aec hue: 0.69 , saturation: 0.79 and the lightness value of 6c5aec is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01011010 11101100
Octal 154 132 354
Decimal 108 90 236
Hex 6C 5A EC

RGB Percentages of Color #6c5aec

%24.88
%20.74
%54.38

CMYK Percentages of Color #6c5aec

%54
%62
%0
%7

Triadic Colors of #6c5aec

#6c5aec #ec6c5a #5aec6c

Analogous Colors of #6c5aec

#6c5aec #b55aec #5a91ec

Monochromatic Colors of #6c5aec

#6c5aec

Complementary Color

#6c5aec #daec5a

#6c5aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c5aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c5aec Color CSS Codes

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

#6c5aec Text Font Color

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

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


#6c5aec Background Color

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

This div background color is #6c5aec


#6c5aec Border Color

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

This div border color is #6c5aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,90,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 #6c5aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c5aec


Comments

No comments written yet.

Please login to write comment.