Color Hex Logo

#7c02ae Color Hex

#7C02AE
(124,2,174)
0 Favorites   0 Comments

Color spaces of #7c02ae

RGB 1242174
HSL0.780.980.35
HSV283°99°68°
CMYK 0.290.990.00   0.32
XYZ15.97397.384540.6278
Yxy7.38450.24960.1154
Hunter Lab27.174457.3721-69.6208
CIE-Lab32.666766.1568-60.0771

#7c02ae color RGB value is (124,2,174).

#7c02ae hex color red value is 124, green value is 2 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7c02ae hue: 0.78 , saturation: 0.98 and the lightness value of 7c02ae is 0.35.

The process color (four color CMYK) of #7c02ae color hex is 0.29, 0.99, 0.00, 0.32. Web safe color of #7c02ae is #660099. Color #7c02ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00000010 10101110
Octal 174 2 256
Decimal 124 2 174
Hex 7C 2 AE

RGB Percentages of Color #7c02ae

%41.33
%0.67
%58.00

CMYK Percentages of Color #7c02ae

%29
%99
%0
%32

Triadic Colors of #7c02ae

#7c02ae #ae7c02 #02ae7c

Analogous Colors of #7c02ae

#7c02ae #ae028a #2602ae

Monochromatic Colors of #7c02ae

#7c02ae

Complementary Color

#7c02ae #34ae02

#7c02ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c02ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c02ae Color CSS Codes

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

#7c02ae Text Font Color

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

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


#7c02ae Background Color

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

This div background color is #7c02ae


#7c02ae Border Color

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

This div border color is #7c02ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c02ae


Comments

No comments written yet.

Please login to write comment.