Color Hex Logo

#ab0ceb Color Hex

#AB0CEB
(171,12,235)
0 Favorites   0 Comments

Color spaces of #ab0ceb

RGB 17112235
HSL0.790.900.48
HSV283°95°92°
CMYK 0.270.950.00   0.08
XYZ31.921514.919079.7945
Yxy14.91900.25210.1178
Hunter Lab38.625179.9263-95.4479
CIE-Lab45.523182.3652-74.2418

#ab0ceb color RGB value is (171,12,235).

#ab0ceb hex color red value is 171, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ab0ceb hue: 0.79 , saturation: 0.90 and the lightness value of ab0ceb is 0.48.

The process color (four color CMYK) of #ab0ceb color hex is 0.27, 0.95, 0.00, 0.08. Web safe color of #ab0ceb is #9900ff. Color #ab0ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001100 11101011
Octal 253 14 353
Decimal 171 12 235
Hex AB C EB

RGB Percentages of Color #ab0ceb

%40.91
%2.87
%56.22

CMYK Percentages of Color #ab0ceb

%27
%95
%0
%8

Triadic Colors of #ab0ceb

#ab0ceb #ebab0c #0cebab

Analogous Colors of #ab0ceb

#ab0ceb #eb0cbc #3c0ceb

Monochromatic Colors of #ab0ceb

#ab0ceb

Complementary Color

#ab0ceb #4ceb0c

#ab0ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0ceb Color CSS Codes

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

#ab0ceb Text Font Color

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

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


#ab0ceb Background Color

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

This div background color is #ab0ceb


#ab0ceb Border Color

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

This div border color is #ab0ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0ceb


Comments

No comments written yet.

Please login to write comment.