Color Hex Logo

#ab4ceb Color Hex

#AB4CEB
(171,76,235)
0 Favorites   0 Comments

Color spaces of #ab4ceb

RGB 17176235
HSL0.770.800.61
HSV276°68°92°
CMYK 0.270.680.00   0.08
XYZ34.374419.825080.6121
Yxy19.82500.25500.1471
Hunter Lab44.525359.8863-76.1756
CIE-Lab51.638864.6877-64.3112

#ab4ceb color RGB value is (171,76,235).

#ab4ceb hex color red value is 171, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ab4ceb hue: 0.77 , saturation: 0.80 and the lightness value of ab4ceb is 0.61.

The process color (four color CMYK) of #ab4ceb color hex is 0.27, 0.68, 0.00, 0.08. Web safe color of #ab4ceb is #9933ff. Color #ab4ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001100 11101011
Octal 253 114 353
Decimal 171 76 235
Hex AB 4C EB

RGB Percentages of Color #ab4ceb

%35.48
%15.77
%48.76

CMYK Percentages of Color #ab4ceb

%27
%68
%0
%8

Triadic Colors of #ab4ceb

#ab4ceb #ebab4c #4cebab

Analogous Colors of #ab4ceb

#ab4ceb #eb4cdc #5c4ceb

Monochromatic Colors of #ab4ceb

#ab4ceb

Complementary Color

#ab4ceb #8ceb4c

#ab4ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4ceb Color CSS Codes

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

#ab4ceb Text Font Color

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

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


#ab4ceb Background Color

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

This div background color is #ab4ceb


#ab4ceb Border Color

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

This div border color is #ab4ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4ceb


Comments

No comments written yet.

Please login to write comment.