Color Hex Logo

#a038ee Color Hex

#A038EE
(160,56,238)
0 Favorites   0 Comments

Color spaces of #a038ee

RGB 16056238
HSL0.760.840.58
HSV274°76°93°
CMYK 0.330.760.00   0.07
XYZ31.344016.475082.4169
Yxy16.47500.24070.1265
Hunter Lab40.589466.8100-91.9759
CIE-Lab47.591671.3404-72.6294

#a038ee color RGB value is (160,56,238).

#a038ee hex color red value is 160, green value is 56 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a038ee hue: 0.76 , saturation: 0.84 and the lightness value of a038ee is 0.58.

The process color (four color CMYK) of #a038ee color hex is 0.33, 0.76, 0.00, 0.07. Web safe color of #a038ee is #9933ff. Color #a038ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111000 11101110
Octal 240 70 356
Decimal 160 56 238
Hex A0 38 EE

RGB Percentages of Color #a038ee

%35.24
%12.33
%52.42

CMYK Percentages of Color #a038ee

%33
%76
%0
%7

Triadic Colors of #a038ee

#a038ee #eea038 #38eea0

Analogous Colors of #a038ee

#a038ee #ee38e1 #4538ee

Monochromatic Colors of #a038ee

#a038ee

Complementary Color

#a038ee #86ee38

#a038ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a038ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a038ee Color CSS Codes

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

#a038ee Text Font Color

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

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


#a038ee Background Color

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

This div background color is #a038ee


#a038ee Border Color

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

This div border color is #a038ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,56,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a038ee


Comments

No comments written yet.

Please login to write comment.