Color Hex Logo

#7818df Color Hex

#7818DF
(120,24,223)
0 Favorites   0 Comments

Color spaces of #7818df

RGB 12024223
HSL0.750.810.48
HSV269°89°87°
CMYK 0.460.890.00   0.13
XYZ21.39169.974170.6098
Yxy9.97410.20980.0978
Hunter Lab31.581865.6370-110.4518
CIE-Lab37.795972.2597-80.3622

#7818df color RGB value is (120,24,223).

#7818df hex color red value is 120, green value is 24 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7818df hue: 0.75 , saturation: 0.81 and the lightness value of 7818df is 0.48.

The process color (four color CMYK) of #7818df color hex is 0.46, 0.89, 0.00, 0.13. Web safe color of #7818df is #6600cc. Color #7818df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011000 11011111
Octal 170 30 337
Decimal 120 24 223
Hex 78 18 DF

RGB Percentages of Color #7818df

%32.70
%6.54
%60.76

CMYK Percentages of Color #7818df

%46
%89
%0
%13

Triadic Colors of #7818df

#7818df #df7818 #18df78

Analogous Colors of #7818df

#7818df #dc18df #181bdf

Monochromatic Colors of #7818df

#7818df

Complementary Color

#7818df #7fdf18

#7818df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7818df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7818df Color CSS Codes

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

#7818df Text Font Color

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

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


#7818df Background Color

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

This div background color is #7818df


#7818df Border Color

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

This div border color is #7818df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7818df


Comments

No comments written yet.

Please login to write comment.