Color Hex Logo

#7c7aec Color Hex

#7C7AEC
(124,122,236)
0 Favorites   0 Comments

Color spaces of #7c7aec

RGB 124122236
HSL0.670.750.70
HSV241°48°93°
CMYK 0.470.480.00   0.07
XYZ30.412024.260382.4367
Yxy24.26030.22180.1769
Hunter Lab49.254724.0178-64.7542
CIE-Lab56.347530.1412-57.5477

#7c7aec color RGB value is (124,122,236).

#7c7aec hex color red value is 124, green value is 122 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7c7aec hue: 0.67 , saturation: 0.75 and the lightness value of 7c7aec is 0.70.

The process color (four color CMYK) of #7c7aec color hex is 0.47, 0.48, 0.00, 0.07. Web safe color of #7c7aec is #6666ff. Color #7c7aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01111010 11101100
Octal 174 172 354
Decimal 124 122 236
Hex 7C 7A EC

RGB Percentages of Color #7c7aec

%25.73
%25.31
%48.96

CMYK Percentages of Color #7c7aec

%47
%48
%0
%7

Triadic Colors of #7c7aec

#7c7aec #ec7c7a #7aec7c

Analogous Colors of #7c7aec

#7c7aec #b57aec #7ab1ec

Monochromatic Colors of #7c7aec

#7c7aec

Complementary Color

#7c7aec #eaec7a

#7c7aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c7aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c7aec Color CSS Codes

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

#7c7aec Text Font Color

<p style="color:#7c7aec">Text here</p>

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


#7c7aec Background Color

<div style="background-color:#7c7aec">
Div content here</div>

This div background color is #7c7aec


#7c7aec Border Color

<div style="border:3px solid #7c7aec">
Div here</div>

This div border color is #7c7aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,122,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c7aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c7aec;
  -webkit-box-shadow: 1px 1px 3px 2px #7c7aec;
  box-shadow:         1px 1px 3px 2px #7c7aec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,122,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 #7c7aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c7aec


Comments

No comments written yet.

Please login to write comment.