Color Hex Logo

#ab92ea Color Hex

#AB92EA
(171,146,234)
0 Favorites   0 Comments

Color spaces of #ab92ea

RGB 171146234
HSL0.710.680.75
HSV257°38°92°
CMYK 0.270.380.00   0.08
XYZ41.924835.156282.4181
Yxy35.15620.26290.2204
Hunter Lab59.292722.4520-40.9095
CIE-Lab65.870127.7222-41.1156

#ab92ea color RGB value is (171,146,234).

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

The process color (four color CMYK) of #ab92ea color hex is 0.27, 0.38, 0.00, 0.08. Web safe color of #ab92ea is #9999ff. Color #ab92ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 11101010
Octal 253 222 352
Decimal 171 146 234
Hex AB 92 EA

RGB Percentages of Color #ab92ea

%31.03
%26.50
%42.47

CMYK Percentages of Color #ab92ea

%27
%38
%0
%8

Triadic Colors of #ab92ea

#ab92ea #eaab92 #92eaab

Analogous Colors of #ab92ea

#ab92ea #d792ea #92a5ea

Monochromatic Colors of #ab92ea

#ab92ea

Complementary Color

#ab92ea #d1ea92

#ab92ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab92ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab92ea Color CSS Codes

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

#ab92ea Text Font Color

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

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


#ab92ea Background Color

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

This div background color is #ab92ea


#ab92ea Border Color

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

This div border color is #ab92ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab92ea


Comments

No comments written yet.

Please login to write comment.