Color Hex Logo

#7813ea Color Hex

#7813EA
(120,19,234)
0 Favorites   0 Comments

Color spaces of #7813ea

RGB 12019234
HSL0.740.850.50
HSV268°92°92°
CMYK 0.490.920.00   0.08
XYZ22.829910.399378.6459
Yxy10.39930.20410.0930
Hunter Lab32.247969.9350-122.0222
CIE-Lab38.549775.6796-85.3954

#7813ea color RGB value is (120,19,234).

#7813ea hex color red value is 120, green value is 19 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7813ea hue: 0.74 , saturation: 0.85 and the lightness value of 7813ea is 0.50.

The process color (four color CMYK) of #7813ea color hex is 0.49, 0.92, 0.00, 0.08. Web safe color of #7813ea is #6600ff. Color #7813ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010011 11101010
Octal 170 23 352
Decimal 120 19 234
Hex 78 13 EA

RGB Percentages of Color #7813ea

%32.17
%5.09
%62.73

CMYK Percentages of Color #7813ea

%49
%92
%0
%8

Triadic Colors of #7813ea

#7813ea #ea7813 #13ea78

Analogous Colors of #7813ea

#7813ea #e413ea #131aea

Monochromatic Colors of #7813ea

#7813ea

Complementary Color

#7813ea #85ea13

#7813ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7813ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7813ea Color CSS Codes

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

#7813ea Text Font Color

<p style="color:#7813ea">Text here</p>

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


#7813ea Background Color

<div style="background-color:#7813ea">
Div content here</div>

This div background color is #7813ea


#7813ea Border Color

<div style="border:3px solid #7813ea">
Div here</div>

This div border color is #7813ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,19,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7813ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7813ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7813ea;
  box-shadow:         1px 1px 3px 2px #7813ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7813ea


Comments

No comments written yet.

Please login to write comment.