Color Hex Logo

#ab92ed Color Hex

#AB92ED
(171,146,237)
0 Favorites   0 Comments

Color spaces of #ab92ed

RGB 171146237
HSL0.710.720.75
HSV256°38°93°
CMYK 0.280.380.00   0.07
XYZ42.359535.330184.7076
Yxy35.33010.26080.2176
Hunter Lab59.439123.1902-42.8877
CIE-Lab66.004928.4523-42.5557

#ab92ed color RGB value is (171,146,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 11101101
Octal 253 222 355
Decimal 171 146 237
Hex AB 92 ED

RGB Percentages of Color #ab92ed

%30.87
%26.35
%42.78

CMYK Percentages of Color #ab92ed

%28
%38
%0
%7

Triadic Colors of #ab92ed

#ab92ed #edab92 #92edab

Analogous Colors of #ab92ed

#ab92ed #d992ed #92a7ed

Monochromatic Colors of #ab92ed

#ab92ed

Complementary Color

#ab92ed #d4ed92

#ab92ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab92ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab92ed Color CSS Codes

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

#ab92ed Text Font Color

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

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


#ab92ed Background Color

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

This div background color is #ab92ed


#ab92ed Border Color

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

This div border color is #ab92ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab92ed


Comments

No comments written yet.

Please login to write comment.