Color Hex Logo

#a51aec Color Hex

#A51AEC
(165,26,236)
0 Favorites   0 Comments

Color spaces of #a51aec

RGB 16526236
HSL0.780.850.51
HSV280°89°93°
CMYK 0.300.890.00   0.07
XYZ31.026814.794380.5772
Yxy14.79430.24550.1170
Hunter Lab38.463476.6777-97.2827
CIE-Lab45.351279.8283-75.1258

#a51aec color RGB value is (165,26,236).

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

The process color (four color CMYK) of #a51aec color hex is 0.30, 0.89, 0.00, 0.07. Web safe color of #a51aec is #9933ff. Color #a51aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011010 11101100
Octal 245 32 354
Decimal 165 26 236
Hex A5 1A EC

RGB Percentages of Color #a51aec

%38.64
%6.09
%55.27

CMYK Percentages of Color #a51aec

%30
%89
%0
%7

Triadic Colors of #a51aec

#a51aec #eca51a #1aeca5

Analogous Colors of #a51aec

#a51aec #ec1aca #3c1aec

Monochromatic Colors of #a51aec

#a51aec

Complementary Color

#a51aec #61ec1a

#a51aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51aec Color CSS Codes

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

#a51aec Text Font Color

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

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


#a51aec Background Color

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

This div background color is #a51aec


#a51aec Border Color

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

This div border color is #a51aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51aec


Comments

No comments written yet.

Please login to write comment.