Color Hex Logo

#7820ca Color Hex

#7820CA
(120,32,202)
0 Favorites   0 Comments

Color spaces of #7820ca

RGB 12032202
HSL0.750.730.46
HSV271°84°79°
CMYK 0.410.840.00   0.21
XYZ18.92299.290456.6730
Yxy9.29040.22290.1094
Hunter Lab30.480257.4773-88.9042
CIE-Lab36.537565.5028-70.2981

#7820ca color RGB value is (120,32,202).

#7820ca hex color red value is 120, green value is 32 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7820ca hue: 0.75 , saturation: 0.73 and the lightness value of 7820ca is 0.46.

The process color (four color CMYK) of #7820ca color hex is 0.41, 0.84, 0.00, 0.21. Web safe color of #7820ca is #6633cc. Color #7820ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100000 11001010
Octal 170 40 312
Decimal 120 32 202
Hex 78 20 CA

RGB Percentages of Color #7820ca

%33.90
%9.04
%57.06

CMYK Percentages of Color #7820ca

%41
%84
%0
%21

Triadic Colors of #7820ca

#7820ca #ca7820 #20ca78

Analogous Colors of #7820ca

#7820ca #ca20c7 #2320ca

Monochromatic Colors of #7820ca

#7820ca

Complementary Color

#7820ca #72ca20

#7820ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7820ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7820ca Color CSS Codes

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

#7820ca Text Font Color

<p style="color:#7820ca">Text here</p>

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


#7820ca Background Color

<div style="background-color:#7820ca">
Div content here</div>

This div background color is #7820ca


#7820ca Border Color

<div style="border:3px solid #7820ca">
Div here</div>

This div border color is #7820ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,32,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7820ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7820ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7820ca;
  box-shadow:         1px 1px 3px 2px #7820ca; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7820ca


Comments

No comments written yet.

Please login to write comment.