Color Hex Logo

#a592ea Color Hex

#A592EA
(165,146,234)
0 Favorites   0 Comments

Color spaces of #a592ea

RGB 165146234
HSL0.700.680.75
HSV253°38°92°
CMYK 0.290.380.00   0.08
XYZ40.647234.497682.3583
Yxy34.49760.25810.2190
Hunter Lab58.734720.7449-42.0227
CIE-Lab65.355626.0336-41.9585

#a592ea color RGB value is (165,146,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010010 11101010
Octal 245 222 352
Decimal 165 146 234
Hex A5 92 EA

RGB Percentages of Color #a592ea

%30.28
%26.79
%42.94

CMYK Percentages of Color #a592ea

%29
%38
%0
%8

Triadic Colors of #a592ea

#a592ea #eaa592 #92eaa5

Analogous Colors of #a592ea

#a592ea #d192ea #92abea

Monochromatic Colors of #a592ea

#a592ea

Complementary Color

#a592ea #d7ea92

#a592ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a592ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a592ea Color CSS Codes

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

#a592ea Text Font Color

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

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


#a592ea Background Color

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

This div background color is #a592ea


#a592ea Border Color

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

This div border color is #a592ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a592ea


Comments

No comments written yet.

Please login to write comment.