Color Hex Logo

#a592dc Color Hex

#A592DC
(165,146,220)
0 Favorites   0 Comments

Color spaces of #a592dc

RGB 165146220
HSL0.710.510.72
HSV255°34°86°
CMYK 0.250.340.00   0.14
XYZ38.714233.724472.1791
Yxy33.72440.26770.2332
Hunter Lab58.072717.3699-33.0412
CIE-Lab64.743222.6046-35.1744

#a592dc color RGB value is (165,146,220).

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

The process color (four color CMYK) of #a592dc color hex is 0.25, 0.34, 0.00, 0.14. Web safe color of #a592dc is #9999cc. Color #a592dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010010 11011100
Octal 245 222 334
Decimal 165 146 220
Hex A5 92 DC

RGB Percentages of Color #a592dc

%31.07
%27.50
%41.43

CMYK Percentages of Color #a592dc

%25
%34
%0
%14

Triadic Colors of #a592dc

#a592dc #dca592 #92dca5

Analogous Colors of #a592dc

#a592dc #ca92dc #92a4dc

Monochromatic Colors of #a592dc

#a592dc

Complementary Color

#a592dc #c9dc92

#a592dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a592dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a592dc Color CSS Codes

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

#a592dc Text Font Color

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

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


#a592dc Background Color

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

This div background color is #a592dc


#a592dc Border Color

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

This div border color is #a592dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a592dc

#a592dc Color Palettes


Comments

No comments written yet.

Please login to write comment.