Color Hex Logo

#a12efd Color Hex

#A12EFD
(161,46,253)
0 Favorites   0 Comments

Color spaces of #a12efd

RGB 16146253
HSL0.760.980.59
HSV273°82°99°
CMYK 0.360.820.00   0.01
XYZ33.404616.622994.3764
Yxy16.62290.23130.1151
Hunter Lab40.771274.8988-108.7036
CIE-Lab47.781377.9325-80.7236

#a12efd color RGB value is (161,46,253).

#a12efd hex color red value is 161, green value is 46 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a12efd hue: 0.76 , saturation: 0.98 and the lightness value of a12efd is 0.59.

The process color (four color CMYK) of #a12efd color hex is 0.36, 0.82, 0.00, 0.01. Web safe color of #a12efd is #9933ff. Color #a12efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101110 11111101
Octal 241 56 375
Decimal 161 46 253
Hex A1 2E FD

RGB Percentages of Color #a12efd

%35.00
%10.00
%55.00

CMYK Percentages of Color #a12efd

%36
%82
%0
%1

Triadic Colors of #a12efd

#a12efd #fda12e #2efda1

Analogous Colors of #a12efd

#a12efd #fd2ef2 #392efd

Monochromatic Colors of #a12efd

#a12efd

Complementary Color

#a12efd #8afd2e

#a12efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12efd Color CSS Codes

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

#a12efd Text Font Color

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

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


#a12efd Background Color

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

This div background color is #a12efd


#a12efd Border Color

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

This div border color is #a12efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,46,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a12efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a12efd;
  -webkit-box-shadow: 1px 1px 3px 2px #a12efd;
  box-shadow:         1px 1px 3px 2px #a12efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,46,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12efd


Comments

No comments written yet.

Please login to write comment.