Color Hex Logo

#a582ce Color Hex

#A582CE
(165,130,206)
0 Favorites   0 Comments

Color spaces of #a582ce

RGB 165130206
HSL0.740.440.66
HSV268°37°81°
CMYK 0.200.370.00   0.19
XYZ34.640328.420862.0525
Yxy28.42080.27690.2272
Hunter Lab53.311222.6904-31.6939
CIE-Lab60.267028.4132-34.3224

#a582ce color RGB value is (165,130,206).

#a582ce hex color red value is 165, green value is 130 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a582ce hue: 0.74 , saturation: 0.44 and the lightness value of a582ce is 0.66.

The process color (four color CMYK) of #a582ce color hex is 0.20, 0.37, 0.00, 0.19. Web safe color of #a582ce is #9999cc. Color #a582ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000010 11001110
Octal 245 202 316
Decimal 165 130 206
Hex A5 82 CE

RGB Percentages of Color #a582ce

%32.93
%25.95
%41.12

CMYK Percentages of Color #a582ce

%20
%37
%0
%19

Triadic Colors of #a582ce

#a582ce #cea582 #82cea5

Analogous Colors of #a582ce

#a582ce #cb82ce #8285ce

Monochromatic Colors of #a582ce

#a582ce

Complementary Color

#a582ce #abce82

#a582ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a582ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a582ce Color CSS Codes

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

#a582ce Text Font Color

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

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


#a582ce Background Color

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

This div background color is #a582ce


#a582ce Border Color

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

This div border color is #a582ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a582ce


Comments

No comments written yet.

Please login to write comment.