Color Hex Logo

#ab92da Color Hex

#AB92DA
(171,146,218)
0 Favorites   0 Comments

Color spaces of #ab92da

RGB 171146218
HSL0.720.490.71
HSV261°33°85°
CMYK 0.220.330.00   0.15
XYZ39.728434.277770.8520
Yxy34.27770.27430.2366
Hunter Lab58.547218.6674-30.7679
CIE-Lab65.182423.9203-33.3418

#ab92da color RGB value is (171,146,218).

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

The process color (four color CMYK) of #ab92da color hex is 0.22, 0.33, 0.00, 0.15. Web safe color of #ab92da is #9999cc. Color #ab92da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 11011010
Octal 253 222 332
Decimal 171 146 218
Hex AB 92 DA

RGB Percentages of Color #ab92da

%31.96
%27.29
%40.75

CMYK Percentages of Color #ab92da

%22
%33
%0
%15

Triadic Colors of #ab92da

#ab92da #daab92 #92daab

Analogous Colors of #ab92da

#ab92da #cf92da #929dda

Monochromatic Colors of #ab92da

#ab92da

Complementary Color

#ab92da #c1da92

#ab92da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab92da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab92da Color CSS Codes

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

#ab92da Text Font Color

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

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


#ab92da Background Color

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

This div background color is #ab92da


#ab92da Border Color

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

This div border color is #ab92da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab92da


Comments

No comments written yet.

Please login to write comment.