Color Hex Logo

#a238dd Color Hex

#A238DD
(162,56,221)
0 Favorites   0 Comments

Color spaces of #a238dd

RGB 16256221
HSL0.770.710.54
HSV279°75°87°
CMYK 0.270.750.00   0.13
XYZ29.365615.730269.8951
Yxy15.73020.25540.1368
Hunter Lab39.661362.7557-76.7238
CIE-Lab46.618568.1083-64.5648

#a238dd color RGB value is (162,56,221).

#a238dd hex color red value is 162, green value is 56 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a238dd hue: 0.77 , saturation: 0.71 and the lightness value of a238dd is 0.54.

The process color (four color CMYK) of #a238dd color hex is 0.27, 0.75, 0.00, 0.13. Web safe color of #a238dd is #9933cc. Color #a238dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111000 11011101
Octal 242 70 335
Decimal 162 56 221
Hex A2 38 DD

RGB Percentages of Color #a238dd

%36.90
%12.76
%50.34

CMYK Percentages of Color #a238dd

%27
%75
%0
%13

Triadic Colors of #a238dd

#a238dd #dda238 #38dda2

Analogous Colors of #a238dd

#a238dd #dd38c6 #4f38dd

Monochromatic Colors of #a238dd

#a238dd

Complementary Color

#a238dd #73dd38

#a238dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a238dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a238dd Color CSS Codes

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

#a238dd Text Font Color

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

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


#a238dd Background Color

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

This div background color is #a238dd


#a238dd Border Color

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

This div border color is #a238dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a238dd


Comments

No comments written yet.

Please login to write comment.