Color Hex Logo

#a258dd Color Hex

#A258DD
(162,88,221)
0 Favorites   0 Comments

Color spaces of #a258dd

RGB 16288221
HSL0.760.660.61
HSV273°60°87°
CMYK 0.270.600.00   0.13
XYZ31.441219.881370.5870
Yxy19.88130.25790.1631
Hunter Lab44.588547.8381-62.6488
CIE-Lab51.702753.9767-56.3663

#a258dd color RGB value is (162,88,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011000 11011101
Octal 242 130 335
Decimal 162 88 221
Hex A2 58 DD

RGB Percentages of Color #a258dd

%34.39
%18.68
%46.92

CMYK Percentages of Color #a258dd

%27
%60
%0
%13

Triadic Colors of #a258dd

#a258dd #dda258 #58dda2

Analogous Colors of #a258dd

#a258dd #dd58d6 #6058dd

Monochromatic Colors of #a258dd

#a258dd

Complementary Color

#a258dd #93dd58

#a258dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a258dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a258dd Color CSS Codes

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

#a258dd Text Font Color

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

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


#a258dd Background Color

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

This div background color is #a258dd


#a258dd Border Color

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

This div border color is #a258dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a258dd


Comments

No comments written yet.

Please login to write comment.