Color Hex Logo

#ab25ec Color Hex

#AB25EC
(171,37,236)
0 Favorites   0 Comments

Color spaces of #ab25ec

RGB 17137236
HSL0.780.840.54
HSV280°84°93°
CMYK 0.280.840.00   0.07
XYZ32.596516.037280.7343
Yxy16.03720.25200.1240
Hunter Lab40.046575.2117-91.4970
CIE-Lab47.023378.3315-72.3604

#ab25ec color RGB value is (171,37,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100101 11101100
Octal 253 45 354
Decimal 171 37 236
Hex AB 25 EC

RGB Percentages of Color #ab25ec

%38.51
%8.33
%53.15

CMYK Percentages of Color #ab25ec

%28
%84
%0
%7

Triadic Colors of #ab25ec

#ab25ec #ecab25 #25ecab

Analogous Colors of #ab25ec

#ab25ec #ec25ca #4825ec

Monochromatic Colors of #ab25ec

#ab25ec

Complementary Color

#ab25ec #66ec25

#ab25ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab25ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab25ec Color CSS Codes

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

#ab25ec Text Font Color

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

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


#ab25ec Background Color

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

This div background color is #ab25ec


#ab25ec Border Color

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

This div border color is #ab25ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab25ec


Comments

No comments written yet.

Please login to write comment.