Color Hex Logo

#7c2aec Color Hex

#7C2AEC
(124,42,236)
0 Favorites   0 Comments

Color spaces of #7c2aec

RGB 12442236
HSL0.740.840.55
HSV265°82°93°
CMYK 0.470.820.00   0.07
XYZ24.280511.997180.3928
Yxy11.99710.20810.1028
Hunter Lab34.636864.5145-113.3675
CIE-Lab41.211570.6546-82.1250

#7c2aec color RGB value is (124,42,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00101010 11101100
Octal 174 52 354
Decimal 124 42 236
Hex 7C 2A EC

RGB Percentages of Color #7c2aec

%30.85
%10.45
%58.71

CMYK Percentages of Color #7c2aec

%47
%82
%0
%7

Triadic Colors of #7c2aec

#7c2aec #ec7c2a #2aec7c

Analogous Colors of #7c2aec

#7c2aec #dd2aec #2a39ec

Monochromatic Colors of #7c2aec

#7c2aec

Complementary Color

#7c2aec #9aec2a

#7c2aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c2aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c2aec Color CSS Codes

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

#7c2aec Text Font Color

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

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


#7c2aec Background Color

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

This div background color is #7c2aec


#7c2aec Border Color

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

This div border color is #7c2aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c2aec


Comments

No comments written yet.

Please login to write comment.