Color Hex Logo

#a918ec Color Hex

#A918EC
(169,24,236)
0 Favorites   0 Comments

Color spaces of #a918ec

RGB 16924236
HSL0.780.850.51
HSV281°90°93°
CMYK 0.280.900.00   0.07
XYZ31.829115.144480.6025
Yxy15.14440.24950.1187
Hunter Lab38.915877.8919-95.5605
CIE-Lab45.831380.7007-74.3168

#a918ec color RGB value is (169,24,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00011000 11101100
Octal 251 30 354
Decimal 169 24 236
Hex A9 18 EC

RGB Percentages of Color #a918ec

%39.39
%5.59
%55.01

CMYK Percentages of Color #a918ec

%28
%90
%0
%7

Triadic Colors of #a918ec

#a918ec #eca918 #18eca9

Analogous Colors of #a918ec

#a918ec #ec18c5 #3f18ec

Monochromatic Colors of #a918ec

#a918ec

Complementary Color

#a918ec #5bec18

#a918ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a918ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a918ec Color CSS Codes

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

#a918ec Text Font Color

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

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


#a918ec Background Color

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

This div background color is #a918ec


#a918ec Border Color

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

This div border color is #a918ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a918ec


Comments

No comments written yet.

Please login to write comment.