Color Hex Logo

#7e18dc Color Hex

#7E18DC
(126,24,220)
0 Favorites   0 Comments

Color spaces of #7e18dc

RGB 12624220
HSL0.750.800.48
HSV271°89°86°
CMYK 0.430.890.00   0.14
XYZ21.849110.256268.5382
Yxy10.25620.21710.1019
Hunter Lab32.025365.7364-104.4704
CIE-Lab38.298472.2469-77.7861

#7e18dc color RGB value is (126,24,220).

#7e18dc hex color red value is 126, green value is 24 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7e18dc hue: 0.75 , saturation: 0.80 and the lightness value of 7e18dc is 0.48.

The process color (four color CMYK) of #7e18dc color hex is 0.43, 0.89, 0.00, 0.14. Web safe color of #7e18dc is #6600cc. Color #7e18dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00011000 11011100
Octal 176 30 334
Decimal 126 24 220
Hex 7E 18 DC

RGB Percentages of Color #7e18dc

%34.05
%6.49
%59.46

CMYK Percentages of Color #7e18dc

%43
%89
%0
%14

Triadic Colors of #7e18dc

#7e18dc #dc7e18 #18dc7e

Analogous Colors of #7e18dc

#7e18dc #dc18d8 #1c18dc

Monochromatic Colors of #7e18dc

#7e18dc

Complementary Color

#7e18dc #76dc18

#7e18dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e18dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e18dc Color CSS Codes

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

#7e18dc Text Font Color

<p style="color:#7e18dc">Text here</p>

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


#7e18dc Background Color

<div style="background-color:#7e18dc">
Div content here</div>

This div background color is #7e18dc


#7e18dc Border Color

<div style="border:3px solid #7e18dc">
Div here</div>

This div border color is #7e18dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,24,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e18dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e18dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7e18dc;
  box-shadow:         1px 1px 3px 2px #7e18dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e18dc

#7e18dc Color Palettes


Comments

No comments written yet.

Please login to write comment.