Color Hex Logo

#ab30ec Color Hex

#AB30EC
(171,48,236)
0 Favorites   0 Comments

Color spaces of #ab30ec

RGB 17148236
HSL0.780.830.56
HSV279°80°93°
CMYK 0.280.800.00   0.07
XYZ32.991916.828080.8661
Yxy16.82800.25250.1288
Hunter Lab41.021971.7702-88.1623
CIE-Lab48.042675.3473-70.7014

#ab30ec color RGB value is (171,48,236).

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

The process color (four color CMYK) of #ab30ec color hex is 0.28, 0.80, 0.00, 0.07. Web safe color of #ab30ec is #9933ff. Color #ab30ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 11101100
Octal 253 60 354
Decimal 171 48 236
Hex AB 30 EC

RGB Percentages of Color #ab30ec

%37.58
%10.55
%51.87

CMYK Percentages of Color #ab30ec

%28
%80
%0
%7

Triadic Colors of #ab30ec

#ab30ec #ecab30 #30ecab

Analogous Colors of #ab30ec

#ab30ec #ec30cf #4d30ec

Monochromatic Colors of #ab30ec

#ab30ec

Complementary Color

#ab30ec #71ec30

#ab30ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab30ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab30ec Color CSS Codes

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

#ab30ec Text Font Color

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

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


#ab30ec Background Color

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

This div background color is #ab30ec


#ab30ec Border Color

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

This div border color is #ab30ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,48,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab30ec


Comments

No comments written yet.

Please login to write comment.