Color Hex Logo

#a25fcc Color Hex

#A25FCC
(162,95,204)
0 Favorites   0 Comments

Color spaces of #a25fcc

RGB 16295204
HSL0.770.520.59
HSV277°53°80°
CMYK 0.210.530.00   0.20
XYZ29.891620.225459.4552
Yxy20.22540.27280.1846
Hunter Lab44.972739.9399-46.9023
CIE-Lab52.091146.5258-46.0722

#a25fcc color RGB value is (162,95,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011111 11001100
Octal 242 137 314
Decimal 162 95 204
Hex A2 5F CC

RGB Percentages of Color #a25fcc

%35.14
%20.61
%44.25

CMYK Percentages of Color #a25fcc

%21
%53
%0
%20

Triadic Colors of #a25fcc

#a25fcc #cca25f #5fcca2

Analogous Colors of #a25fcc

#a25fcc #cc5fc0 #6c5fcc

Monochromatic Colors of #a25fcc

#a25fcc

Complementary Color

#a25fcc #89cc5f

#a25fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25fcc Color CSS Codes

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

#a25fcc Text Font Color

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

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


#a25fcc Background Color

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

This div background color is #a25fcc


#a25fcc Border Color

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

This div border color is #a25fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25fcc


Comments

No comments written yet.

Please login to write comment.