Color Hex Logo

#ab38ec Color Hex

#AB38EC
(171,56,236)
0 Favorites   0 Comments

Color spaces of #ab38ec

RGB 17156236
HSL0.770.830.57
HSV278°76°93°
CMYK 0.280.760.00   0.07
XYZ33.349117.542480.9852
Yxy17.54240.25290.1330
Hunter Lab41.883668.8310-85.3231
CIE-Lab48.936372.7586-69.2493

#ab38ec color RGB value is (171,56,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111000 11101100
Octal 253 70 354
Decimal 171 56 236
Hex AB 38 EC

RGB Percentages of Color #ab38ec

%36.93
%12.10
%50.97

CMYK Percentages of Color #ab38ec

%28
%76
%0
%7

Triadic Colors of #ab38ec

#ab38ec #ecab38 #38ecab

Analogous Colors of #ab38ec

#ab38ec #ec38d3 #5138ec

Monochromatic Colors of #ab38ec

#ab38ec

Complementary Color

#ab38ec #79ec38

#ab38ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab38ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab38ec Color CSS Codes

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

#ab38ec Text Font Color

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

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


#ab38ec Background Color

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

This div background color is #ab38ec


#ab38ec Border Color

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

This div border color is #ab38ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab38ec


Comments

No comments written yet.

Please login to write comment.