Color Hex Logo

#a825db Color Hex

#A825DB
(168,37,219)
0 Favorites   0 Comments

Color spaces of #a825db

RGB 16837219
HSL0.790.720.50
HSV283°83°86°
CMYK 0.230.830.00   0.14
XYZ29.596214.762468.3074
Yxy14.76240.26270.1310
Hunter Lab38.421970.2595-78.5120
CIE-Lab45.307074.6437-65.5096

#a825db color RGB value is (168,37,219).

#a825db hex color red value is 168, green value is 37 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a825db hue: 0.79 , saturation: 0.72 and the lightness value of a825db is 0.50.

The process color (four color CMYK) of #a825db color hex is 0.23, 0.83, 0.00, 0.14. Web safe color of #a825db is #9933cc. Color #a825db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100101 11011011
Octal 250 45 333
Decimal 168 37 219
Hex A8 25 DB

RGB Percentages of Color #a825db

%39.62
%8.73
%51.65

CMYK Percentages of Color #a825db

%23
%83
%0
%14

Triadic Colors of #a825db

#a825db #dba825 #25dba8

Analogous Colors of #a825db

#a825db #db25b3 #4d25db

Monochromatic Colors of #a825db

#a825db

Complementary Color

#a825db #58db25

#a825db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a825db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a825db Color CSS Codes

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

#a825db Text Font Color

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

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


#a825db Background Color

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

This div background color is #a825db


#a825db Border Color

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

This div border color is #a825db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,37,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a825db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a825db;
  -webkit-box-shadow: 1px 1px 3px 2px #a825db;
  box-shadow:         1px 1px 3px 2px #a825db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,37,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a825db


Comments

No comments written yet.

Please login to write comment.