Color Hex Logo

#a25fc4 Color Hex

#A25FC4
(162,95,196)
0 Favorites   0 Comments

Color spaces of #a25fc4

RGB 16295196
HSL0.780.460.57
HSV280°52°77°
CMYK 0.170.520.00   0.23
XYZ28.956319.851354.5301
Yxy19.85130.28020.1921
Hunter Lab44.554838.0368-41.3760
CIE-Lab51.668744.7626-42.1561

#a25fc4 color RGB value is (162,95,196).

#a25fc4 hex color red value is 162, green value is 95 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #a25fc4 hue: 0.78 , saturation: 0.46 and the lightness value of a25fc4 is 0.57.

The process color (four color CMYK) of #a25fc4 color hex is 0.17, 0.52, 0.00, 0.23. Web safe color of #a25fc4 is #9966cc. Color #a25fc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011111 11000100
Octal 242 137 304
Decimal 162 95 196
Hex A2 5F C4

RGB Percentages of Color #a25fc4

%35.76
%20.97
%43.27

CMYK Percentages of Color #a25fc4

%17
%52
%0
%23

Triadic Colors of #a25fc4

#a25fc4 #c4a25f #5fc4a2

Analogous Colors of #a25fc4

#a25fc4 #c45fb4 #705fc4

Monochromatic Colors of #a25fc4

#a25fc4

Complementary Color

#a25fc4 #81c45f

#a25fc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25fc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25fc4 Color CSS Codes

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

#a25fc4 Text Font Color

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

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


#a25fc4 Background Color

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

This div background color is #a25fc4


#a25fc4 Border Color

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

This div border color is #a25fc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25fc4


Comments

No comments written yet.

Please login to write comment.