Color Hex Logo

#a418ec Color Hex

#A418EC
(164,24,236)
0 Favorites   0 Comments

Color spaces of #a418ec

RGB 16424236
HSL0.780.850.51
HSV280°90°93°
CMYK 0.310.900.00   0.07
XYZ30.776814.601980.5532
Yxy14.60190.24440.1160
Hunter Lab38.212476.8945-98.2368
CIE-Lab45.084080.0525-75.5684

#a418ec color RGB value is (164,24,236).

#a418ec hex color red value is 164, green value is 24 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a418ec hue: 0.78 , saturation: 0.85 and the lightness value of a418ec is 0.51.

The process color (four color CMYK) of #a418ec color hex is 0.31, 0.90, 0.00, 0.07. Web safe color of #a418ec is #9900ff. Color #a418ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011000 11101100
Octal 244 30 354
Decimal 164 24 236
Hex A4 18 EC

RGB Percentages of Color #a418ec

%38.68
%5.66
%55.66

CMYK Percentages of Color #a418ec

%31
%90
%0
%7

Triadic Colors of #a418ec

#a418ec #eca418 #18eca4

Analogous Colors of #a418ec

#a418ec #ec18ca #3a18ec

Monochromatic Colors of #a418ec

#a418ec

Complementary Color

#a418ec #60ec18

#a418ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a418ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a418ec Color CSS Codes

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

#a418ec Text Font Color

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

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


#a418ec Background Color

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

This div background color is #a418ec


#a418ec Border Color

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

This div border color is #a418ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,24,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a418ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a418ec;
  -webkit-box-shadow: 1px 1px 3px 2px #a418ec;
  box-shadow:         1px 1px 3px 2px #a418ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a418ec


Comments

No comments written yet.

Please login to write comment.