Color Hex Logo

#ab30eb Color Hex

#AB30EB
(171,48,235)
0 Favorites   0 Comments

Color spaces of #ab30eb

RGB 17148235
HSL0.780.820.55
HSV279°80°92°
CMYK 0.270.800.00   0.08
XYZ32.846916.770080.1030
Yxy16.77000.25320.1293
Hunter Lab40.951271.5100-87.3090
CIE-Lab47.968975.1492-70.2569

#ab30eb color RGB value is (171,48,235).

#ab30eb hex color red value is 171, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ab30eb hue: 0.78 , saturation: 0.82 and the lightness value of ab30eb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 11101011
Octal 253 60 353
Decimal 171 48 235
Hex AB 30 EB

RGB Percentages of Color #ab30eb

%37.67
%10.57
%51.76

CMYK Percentages of Color #ab30eb

%27
%80
%0
%8

Triadic Colors of #ab30eb

#ab30eb #ebab30 #30ebab

Analogous Colors of #ab30eb

#ab30eb #eb30ce #4e30eb

Monochromatic Colors of #ab30eb

#ab30eb

Complementary Color

#ab30eb #70eb30

#ab30eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab30eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab30eb Color CSS Codes

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

#ab30eb Text Font Color

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

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


#ab30eb Background Color

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

This div background color is #ab30eb


#ab30eb Border Color

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

This div border color is #ab30eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab30eb


Comments

No comments written yet.

Please login to write comment.