Color Hex Logo

#a25ecc Color Hex

#A25ECC
(162,94,204)
0 Favorites   0 Comments

Color spaces of #a25ecc

RGB 16294204
HSL0.770.520.58
HSV277°54°80°
CMYK 0.210.540.00   0.20
XYZ29.802120.046459.4253
Yxy20.04640.27270.1835
Hunter Lab44.773240.4607-47.3515
CIE-Lab51.889647.0545-46.3922

#a25ecc color RGB value is (162,94,204).

#a25ecc hex color red value is 162, green value is 94 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a25ecc hue: 0.77 , saturation: 0.52 and the lightness value of a25ecc is 0.58.

The process color (four color CMYK) of #a25ecc color hex is 0.21, 0.54, 0.00, 0.20. Web safe color of #a25ecc is #9966cc. Color #a25ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011110 11001100
Octal 242 136 314
Decimal 162 94 204
Hex A2 5E CC

RGB Percentages of Color #a25ecc

%35.22
%20.43
%44.35

CMYK Percentages of Color #a25ecc

%21
%54
%0
%20

Triadic Colors of #a25ecc

#a25ecc #cca25e #5ecca2

Analogous Colors of #a25ecc

#a25ecc #cc5ebf #6b5ecc

Monochromatic Colors of #a25ecc

#a25ecc

Complementary Color

#a25ecc #88cc5e

#a25ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25ecc Color CSS Codes

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

#a25ecc Text Font Color

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

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


#a25ecc Background Color

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

This div background color is #a25ecc


#a25ecc Border Color

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

This div border color is #a25ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,94,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a25ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a25ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #a25ecc;
  box-shadow:         1px 1px 3px 2px #a25ecc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,94,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25ecc


Comments

No comments written yet.

Please login to write comment.