Color Hex Logo

#7818fd Color Hex

#7818FD
(120,24,253)
0 Favorites   0 Comments

Color spaces of #7818fd

RGB 12024253
HSL0.740.980.54
HSV265°91°99°
CMYK 0.530.910.00   0.01
XYZ25.802011.738293.8343
Yxy11.73820.19640.0893
Hunter Lab34.261174.4715-138.4009
CIE-Lab40.797078.9344-92.3998

#7818fd color RGB value is (120,24,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011000 11111101
Octal 170 30 375
Decimal 120 24 253
Hex 78 18 FD

RGB Percentages of Color #7818fd

%30.23
%6.05
%63.73

CMYK Percentages of Color #7818fd

%53
%91
%0
%1

Triadic Colors of #7818fd

#7818fd #fd7818 #18fd78

Analogous Colors of #7818fd

#7818fd #eb18fd #182bfd

Monochromatic Colors of #7818fd

#7818fd

Complementary Color

#7818fd #9dfd18

#7818fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7818fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7818fd Color CSS Codes

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

#7818fd Text Font Color

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

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


#7818fd Background Color

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

This div background color is #7818fd


#7818fd Border Color

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

This div border color is #7818fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7818fd


Comments

No comments written yet.

Please login to write comment.