Color Hex Logo

#a398dc Color Hex

#A398DC
(163,152,220)
0 Favorites   0 Comments

Color spaces of #a398dc

RGB 163152220
HSL0.690.490.73
HSV250°31°86°
CMYK 0.260.310.00   0.14
XYZ39.250835.410372.4763
Yxy35.41030.26680.2407
Hunter Lab59.506613.6030-30.5580
CIE-Lab66.066918.6038-33.1313

#a398dc color RGB value is (163,152,220).

#a398dc hex color red value is 163, green value is 152 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a398dc hue: 0.69 , saturation: 0.49 and the lightness value of a398dc is 0.73.

The process color (four color CMYK) of #a398dc color hex is 0.26, 0.31, 0.00, 0.14. Web safe color of #a398dc is #9999cc. Color #a398dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011000 11011100
Octal 243 230 334
Decimal 163 152 220
Hex A3 98 DC

RGB Percentages of Color #a398dc

%30.47
%28.41
%41.12

CMYK Percentages of Color #a398dc

%26
%31
%0
%14

Triadic Colors of #a398dc

#a398dc #dca398 #98dca3

Analogous Colors of #a398dc

#a398dc #c598dc #98afdc

Monochromatic Colors of #a398dc

#a398dc

Complementary Color

#a398dc #d1dc98

#a398dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a398dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a398dc Color CSS Codes

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

#a398dc Text Font Color

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

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


#a398dc Background Color

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

This div background color is #a398dc


#a398dc Border Color

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

This div border color is #a398dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,152,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a398dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a398dc;
  -webkit-box-shadow: 1px 1px 3px 2px #a398dc;
  box-shadow:         1px 1px 3px 2px #a398dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,152,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a398dc


Comments

No comments written yet.

Please login to write comment.