Color Hex Logo

#a25ddd Color Hex

#A25DDD
(162,93,221)
0 Favorites   0 Comments

Color spaces of #a25ddd

RGB 16293221
HSL0.760.650.62
HSV272°58°87°
CMYK 0.270.580.00   0.13
XYZ31.865820.730570.7285
Yxy20.73050.25840.1681
Hunter Lab45.530845.2487-60.2309
CIE-Lab52.653351.4293-54.8430

#a25ddd color RGB value is (162,93,221).

#a25ddd hex color red value is 162, green value is 93 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a25ddd hue: 0.76 , saturation: 0.65 and the lightness value of a25ddd is 0.62.

The process color (four color CMYK) of #a25ddd color hex is 0.27, 0.58, 0.00, 0.13. Web safe color of #a25ddd is #9966cc. Color #a25ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011101 11011101
Octal 242 135 335
Decimal 162 93 221
Hex A2 5D DD

RGB Percentages of Color #a25ddd

%34.03
%19.54
%46.43

CMYK Percentages of Color #a25ddd

%27
%58
%0
%13

Triadic Colors of #a25ddd

#a25ddd #dda25d #5ddda2

Analogous Colors of #a25ddd

#a25ddd #dd5dd8 #625ddd

Monochromatic Colors of #a25ddd

#a25ddd

Complementary Color

#a25ddd #98dd5d

#a25ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25ddd Color CSS Codes

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

#a25ddd Text Font Color

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

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


#a25ddd Background Color

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

This div background color is #a25ddd


#a25ddd Border Color

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

This div border color is #a25ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25ddd


Comments

No comments written yet.

Please login to write comment.