Color Hex Logo

#a12bee Color Hex

#A12BEE
(161,43,238)
0 Favorites   0 Comments

Color spaces of #a12bee

RGB 16143238
HSL0.770.850.55
HSV276°82°93°
CMYK 0.320.820.00   0.07
XYZ30.994415.477982.2429
Yxy15.47790.24080.1202
Hunter Lab39.342071.7775-96.4042
CIE-Lab46.281975.6965-74.7591

#a12bee color RGB value is (161,43,238).

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

The process color (four color CMYK) of #a12bee color hex is 0.32, 0.82, 0.00, 0.07. Web safe color of #a12bee is #9933ff. Color #a12bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101011 11101110
Octal 241 53 356
Decimal 161 43 238
Hex A1 2B EE

RGB Percentages of Color #a12bee

%36.43
%9.73
%53.85

CMYK Percentages of Color #a12bee

%32
%82
%0
%7

Triadic Colors of #a12bee

#a12bee #eea12b #2beea1

Analogous Colors of #a12bee

#a12bee #ee2bda #3f2bee

Monochromatic Colors of #a12bee

#a12bee

Complementary Color

#a12bee #78ee2b

#a12bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12bee Color CSS Codes

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

#a12bee Text Font Color

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

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


#a12bee Background Color

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

This div background color is #a12bee


#a12bee Border Color

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

This div border color is #a12bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12bee


Comments

No comments written yet.

Please login to write comment.