Color Hex Logo

#ab8fed Color Hex

#AB8FED
(171,143,237)
0 Favorites   0 Comments

Color spaces of #ab8fed

RGB 171143237
HSL0.720.720.75
HSV258°40°93°
CMYK 0.280.400.00   0.07
XYZ41.903134.417384.5554
Yxy34.41730.26050.2139
Hunter Lab58.666324.8299-44.3880
CIE-Lab65.292530.1464-43.6737

#ab8fed color RGB value is (171,143,237).

#ab8fed hex color red value is 171, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ab8fed hue: 0.72 , saturation: 0.72 and the lightness value of ab8fed is 0.75.

The process color (four color CMYK) of #ab8fed color hex is 0.28, 0.40, 0.00, 0.07. Web safe color of #ab8fed is #9999ff. Color #ab8fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001111 11101101
Octal 253 217 355
Decimal 171 143 237
Hex AB 8F ED

RGB Percentages of Color #ab8fed

%31.03
%25.95
%43.01

CMYK Percentages of Color #ab8fed

%28
%40
%0
%7

Triadic Colors of #ab8fed

#ab8fed #edab8f #8fedab

Analogous Colors of #ab8fed

#ab8fed #da8fed #8fa2ed

Monochromatic Colors of #ab8fed

#ab8fed

Complementary Color

#ab8fed #d1ed8f

#ab8fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8fed Color CSS Codes

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

#ab8fed Text Font Color

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

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


#ab8fed Background Color

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

This div background color is #ab8fed


#ab8fed Border Color

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

This div border color is #ab8fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8fed


Comments

No comments written yet.

Please login to write comment.