Color Hex Logo

#a25ecb Color Hex

#A25ECB
(162,94,203)
0 Favorites   0 Comments

Color spaces of #a25ecb

RGB 16294203
HSL0.770.510.58
HSV277°54°80°
CMYK 0.200.540.00   0.20
XYZ29.682519.998658.7956
Yxy19.99860.27360.1844
Hunter Lab44.719840.2187-46.6480
CIE-Lab51.835646.8323-45.9060

#a25ecb color RGB value is (162,94,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011110 11001011
Octal 242 136 313
Decimal 162 94 203
Hex A2 5E CB

RGB Percentages of Color #a25ecb

%35.29
%20.48
%44.23

CMYK Percentages of Color #a25ecb

%20
%54
%0
%20

Triadic Colors of #a25ecb

#a25ecb #cba25e #5ecba2

Analogous Colors of #a25ecb

#a25ecb #cb5ebe #6c5ecb

Monochromatic Colors of #a25ecb

#a25ecb

Complementary Color

#a25ecb #87cb5e

#a25ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25ecb Color CSS Codes

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

#a25ecb Text Font Color

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

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


#a25ecb Background Color

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

This div background color is #a25ecb


#a25ecb Border Color

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

This div border color is #a25ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25ecb


Comments

No comments written yet.

Please login to write comment.