Color Hex Logo

#ab04ec Color Hex

#AB04EC
(171,4,236)
0 Favorites   0 Comments

Color spaces of #ab04ec

RGB 1714236
HSL0.790.970.47
HSV283°98°93°
CMYK 0.280.980.00   0.07
XYZ31.978314.800980.5283
Yxy14.80090.25120.1163
Hunter Lab38.471981.0453-97.1737
CIE-Lab45.360383.2728-75.0735

#ab04ec color RGB value is (171,4,236).

#ab04ec hex color red value is 171, green value is 4 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ab04ec hue: 0.79 , saturation: 0.97 and the lightness value of ab04ec is 0.47.

The process color (four color CMYK) of #ab04ec color hex is 0.28, 0.98, 0.00, 0.07. Web safe color of #ab04ec is #9900ff. Color #ab04ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000100 11101100
Octal 253 4 354
Decimal 171 4 236
Hex AB 4 EC

RGB Percentages of Color #ab04ec

%41.61
%0.97
%57.42

CMYK Percentages of Color #ab04ec

%28
%98
%0
%7

Triadic Colors of #ab04ec

#ab04ec #ecab04 #04ecab

Analogous Colors of #ab04ec

#ab04ec #ec04b9 #3704ec

Monochromatic Colors of #ab04ec

#ab04ec

Complementary Color

#ab04ec #45ec04

#ab04ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab04ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab04ec Color CSS Codes

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

#ab04ec Text Font Color

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

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


#ab04ec Background Color

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

This div background color is #ab04ec


#ab04ec Border Color

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

This div border color is #ab04ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab04ec


Comments

No comments written yet.

Please login to write comment.