Color Hex Logo

#7814fd Color Hex

#7814FD
(120,20,253)
0 Favorites   0 Comments

Color spaces of #7814fd

RGB 12020253
HSL0.740.980.54
HSV266°92°99°
CMYK 0.530.920.00   0.01
XYZ25.725511.585293.8088
Yxy11.58520.19620.0884
Hunter Lab34.037075.3471-139.5821
CIE-Lab40.549179.6824-92.8099

#7814fd color RGB value is (120,20,253).

#7814fd hex color red value is 120, green value is 20 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7814fd hue: 0.74 , saturation: 0.98 and the lightness value of 7814fd is 0.54.

The process color (four color CMYK) of #7814fd color hex is 0.53, 0.92, 0.00, 0.01. Web safe color of #7814fd is #6600ff. Color #7814fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010100 11111101
Octal 170 24 375
Decimal 120 20 253
Hex 78 14 FD

RGB Percentages of Color #7814fd

%30.53
%5.09
%64.38

CMYK Percentages of Color #7814fd

%53
%92
%0
%1

Triadic Colors of #7814fd

#7814fd #fd7814 #14fd78

Analogous Colors of #7814fd

#7814fd #ed14fd #1424fd

Monochromatic Colors of #7814fd

#7814fd

Complementary Color

#7814fd #99fd14

#7814fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7814fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7814fd Color CSS Codes

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

#7814fd Text Font Color

<p style="color:#7814fd">Text here</p>

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


#7814fd Background Color

<div style="background-color:#7814fd">
Div content here</div>

This div background color is #7814fd


#7814fd Border Color

<div style="border:3px solid #7814fd">
Div here</div>

This div border color is #7814fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,20,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7814fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7814fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7814fd;
  box-shadow:         1px 1px 3px 2px #7814fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7814fd

Related Colors


Comments

No comments written yet.

Please login to write comment.