Color Hex Logo

#a01ceb Color Hex

#A01CEB
(160,28,235)
0 Favorites   0 Comments

Color spaces of #a01ceb

RGB 16028235
HSL0.770.840.52
HSV278°88°92°
CMYK 0.320.880.00   0.08
XYZ29.907914.302279.7816
Yxy14.30220.24120.1153
Hunter Lab37.818274.9817-98.6058
CIE-Lab44.663278.6042-75.7145

#a01ceb color RGB value is (160,28,235).

#a01ceb hex color red value is 160, green value is 28 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a01ceb hue: 0.77 , saturation: 0.84 and the lightness value of a01ceb is 0.52.

The process color (four color CMYK) of #a01ceb color hex is 0.32, 0.88, 0.00, 0.08. Web safe color of #a01ceb is #9933ff. Color #a01ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011100 11101011
Octal 240 34 353
Decimal 160 28 235
Hex A0 1C EB

RGB Percentages of Color #a01ceb

%37.83
%6.62
%55.56

CMYK Percentages of Color #a01ceb

%32
%88
%0
%8

Triadic Colors of #a01ceb

#a01ceb #eba01c #1ceba0

Analogous Colors of #a01ceb

#a01ceb #eb1ccf #381ceb

Monochromatic Colors of #a01ceb

#a01ceb

Complementary Color

#a01ceb #67eb1c

#a01ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01ceb Color CSS Codes

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

#a01ceb Text Font Color

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

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


#a01ceb Background Color

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

This div background color is #a01ceb


#a01ceb Border Color

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

This div border color is #a01ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,28,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a01ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a01ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #a01ceb;
  box-shadow:         1px 1px 3px 2px #a01ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,28,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01ceb


Comments

No comments written yet.

Please login to write comment.