Color Hex Logo

#7a0cca Color Hex

#7A0CCA
(122,12,202)
0 Favorites   0 Comments

Color spaces of #7a0cca

RGB 12212202
HSL0.760.890.42
HSV275°94°79°
CMYK 0.400.940.00   0.21
XYZ18.81828.664856.5578
Yxy8.66480.22390.1031
Hunter Lab29.436062.6004-93.3134
CIE-Lab35.330770.1649-72.2696

#7a0cca color RGB value is (122,12,202).

#7a0cca hex color red value is 122, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7a0cca hue: 0.76 , saturation: 0.89 and the lightness value of 7a0cca is 0.42.

The process color (four color CMYK) of #7a0cca color hex is 0.40, 0.94, 0.00, 0.21. Web safe color of #7a0cca is #6600cc. Color #7a0cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00001100 11001010
Octal 172 14 312
Decimal 122 12 202
Hex 7A C CA

RGB Percentages of Color #7a0cca

%36.31
%3.57
%60.12

CMYK Percentages of Color #7a0cca

%40
%94
%0
%21

Triadic Colors of #7a0cca

#7a0cca #ca7a0c #0cca7a

Analogous Colors of #7a0cca

#7a0cca #ca0cbb #1b0cca

Monochromatic Colors of #7a0cca

#7a0cca

Complementary Color

#7a0cca #5cca0c

#7a0cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a0cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a0cca Color CSS Codes

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

#7a0cca Text Font Color

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

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


#7a0cca Background Color

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

This div background color is #7a0cca


#7a0cca Border Color

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

This div border color is #7a0cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a0cca


Comments

No comments written yet.

Please login to write comment.