Color Hex Logo

#a423ec Color Hex

#A423EC
(164,35,236)
0 Favorites   0 Comments

Color spaces of #a423ec

RGB 16435236
HSL0.770.840.53
HSV279°85°93°
CMYK 0.310.850.00   0.07
XYZ31.051215.150780.6447
Yxy15.15070.24480.1194
Hunter Lab38.923974.2800-95.5936
CIE-Lab45.839977.8118-74.3336

#a423ec color RGB value is (164,35,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100011 11101100
Octal 244 43 354
Decimal 164 35 236
Hex A4 23 EC

RGB Percentages of Color #a423ec

%37.70
%8.05
%54.25

CMYK Percentages of Color #a423ec

%31
%85
%0
%7

Triadic Colors of #a423ec

#a423ec #eca423 #23eca4

Analogous Colors of #a423ec

#a423ec #ec23d0 #3f23ec

Monochromatic Colors of #a423ec

#a423ec

Complementary Color

#a423ec #6bec23

#a423ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a423ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a423ec Color CSS Codes

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

#a423ec Text Font Color

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

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


#a423ec Background Color

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

This div background color is #a423ec


#a423ec Border Color

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

This div border color is #a423ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a423ec


Comments

No comments written yet.

Please login to write comment.