Color Hex Logo

#a12be7 Color Hex

#A12BE7
(161,43,231)
0 Favorites   0 Comments

Color spaces of #a12be7

RGB 16143231
HSL0.770.800.54
HSV278°81°91°
CMYK 0.300.810.00   0.09
XYZ29.985615.074376.9305
Yxy15.07430.24580.1236
Hunter Lab38.825669.9133-90.3014
CIE-Lab45.735874.2754-71.6913

#a12be7 color RGB value is (161,43,231).

#a12be7 hex color red value is 161, green value is 43 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #a12be7 hue: 0.77 , saturation: 0.80 and the lightness value of a12be7 is 0.54.

The process color (four color CMYK) of #a12be7 color hex is 0.30, 0.81, 0.00, 0.09. Web safe color of #a12be7 is #9933ff. Color #a12be7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101011 11100111
Octal 241 53 347
Decimal 161 43 231
Hex A1 2B E7

RGB Percentages of Color #a12be7

%37.01
%9.89
%53.10

CMYK Percentages of Color #a12be7

%30
%81
%0
%9

Triadic Colors of #a12be7

#a12be7 #e7a12b #2be7a1

Analogous Colors of #a12be7

#a12be7 #e72bcf #432be7

Monochromatic Colors of #a12be7

#a12be7

Complementary Color

#a12be7 #71e72b

#a12be7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12be7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12be7 Color CSS Codes

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

#a12be7 Text Font Color

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

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


#a12be7 Background Color

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

This div background color is #a12be7


#a12be7 Border Color

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

This div border color is #a12be7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12be7


Comments

No comments written yet.

Please login to write comment.