Color Hex Logo

#a824ec Color Hex

#A824EC
(168,36,236)
0 Favorites   0 Comments

Color spaces of #a824ec

RGB 16836236
HSL0.780.840.53
HSV280°85°93°
CMYK 0.290.850.00   0.07
XYZ31.919615.642780.6939
Yxy15.64270.24890.1220
Hunter Lab39.550974.8448-93.2812
CIE-Lab46.502278.1379-73.2286

#a824ec color RGB value is (168,36,236).

#a824ec hex color red value is 168, green value is 36 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a824ec hue: 0.78 , saturation: 0.84 and the lightness value of a824ec is 0.53.

The process color (four color CMYK) of #a824ec color hex is 0.29, 0.85, 0.00, 0.07. Web safe color of #a824ec is #9933ff. Color #a824ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100100 11101100
Octal 250 44 354
Decimal 168 36 236
Hex A8 24 EC

RGB Percentages of Color #a824ec

%38.18
%8.18
%53.64

CMYK Percentages of Color #a824ec

%29
%85
%0
%7

Triadic Colors of #a824ec

#a824ec #eca824 #24eca8

Analogous Colors of #a824ec

#a824ec #ec24cc #4424ec

Monochromatic Colors of #a824ec

#a824ec

Complementary Color

#a824ec #68ec24

#a824ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a824ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a824ec Color CSS Codes

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

#a824ec Text Font Color

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

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


#a824ec Background Color

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

This div background color is #a824ec


#a824ec Border Color

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

This div border color is #a824ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a824ec


Comments

No comments written yet.

Please login to write comment.