Color Hex Logo

#a526ce Color Hex

#A526CE
(165,38,206)
0 Favorites   0 Comments

Color spaces of #a526ce

RGB 16538206
HSL0.790.690.48
HSV285°82°81°
CMYK 0.200.820.00   0.19
XYZ27.350713.841859.6227
Yxy13.84180.27130.1373
Hunter Lab37.204666.1151-68.9728
CIE-Lab44.005271.4578-60.1668

#a526ce color RGB value is (165,38,206).

#a526ce hex color red value is 165, green value is 38 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a526ce hue: 0.79 , saturation: 0.69 and the lightness value of a526ce is 0.48.

The process color (four color CMYK) of #a526ce color hex is 0.20, 0.82, 0.00, 0.19. Web safe color of #a526ce is #9933cc. Color #a526ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100110 11001110
Octal 245 46 316
Decimal 165 38 206
Hex A5 26 CE

RGB Percentages of Color #a526ce

%40.34
%9.29
%50.37

CMYK Percentages of Color #a526ce

%20
%82
%0
%19

Triadic Colors of #a526ce

#a526ce #cea526 #26cea5

Analogous Colors of #a526ce

#a526ce #ce26a3 #5126ce

Monochromatic Colors of #a526ce

#a526ce

Complementary Color

#a526ce #4fce26

#a526ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a526ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a526ce Color CSS Codes

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

#a526ce Text Font Color

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

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


#a526ce Background Color

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

This div background color is #a526ce


#a526ce Border Color

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

This div border color is #a526ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a526ce


Comments

No comments written yet.

Please login to write comment.