Color Hex Logo

#a25dda Color Hex

#A25DDA
(162,93,218)
0 Favorites   0 Comments

Color spaces of #a25dda

RGB 16293218
HSL0.760.630.61
HSV273°57°85°
CMYK 0.260.570.00   0.15
XYZ31.469520.572068.6418
Yxy20.57200.26080.1705
Hunter Lab45.356444.4746-57.9793
CIE-Lab52.477950.7394-53.4250

#a25dda color RGB value is (162,93,218).

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

The process color (four color CMYK) of #a25dda color hex is 0.26, 0.57, 0.00, 0.15. Web safe color of #a25dda is #9966cc. Color #a25dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011101 11011010
Octal 242 135 332
Decimal 162 93 218
Hex A2 5D DA

RGB Percentages of Color #a25dda

%34.25
%19.66
%46.09

CMYK Percentages of Color #a25dda

%26
%57
%0
%15

Triadic Colors of #a25dda

#a25dda #daa25d #5ddaa2

Analogous Colors of #a25dda

#a25dda #da5dd4 #645dda

Monochromatic Colors of #a25dda

#a25dda

Complementary Color

#a25dda #95da5d

#a25dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25dda Color CSS Codes

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

#a25dda Text Font Color

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

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


#a25dda Background Color

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

This div background color is #a25dda


#a25dda Border Color

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

This div border color is #a25dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25dda


Comments

No comments written yet.

Please login to write comment.