Color Hex Logo

#a398df Color Hex

#A398DF
(163,152,223)
0 Favorites   0 Comments

Color spaces of #a398df

RGB 163152223
HSL0.690.530.74
HSV249°32°87°
CMYK 0.270.320.00   0.13
XYZ39.651835.570774.5880
Yxy35.57070.26470.2374
Hunter Lab59.641214.3018-32.4000
CIE-Lab66.190619.3342-34.5978

#a398df color RGB value is (163,152,223).

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

The process color (four color CMYK) of #a398df color hex is 0.27, 0.32, 0.00, 0.13. Web safe color of #a398df is #9999cc. Color #a398df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011000 11011111
Octal 243 230 337
Decimal 163 152 223
Hex A3 98 DF

RGB Percentages of Color #a398df

%30.30
%28.25
%41.45

CMYK Percentages of Color #a398df

%27
%32
%0
%13

Triadic Colors of #a398df

#a398df #dfa398 #98dfa3

Analogous Colors of #a398df

#a398df #c798df #98b1df

Monochromatic Colors of #a398df

#a398df

Complementary Color

#a398df #d4df98

#a398df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a398df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a398df Color CSS Codes

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

#a398df Text Font Color

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

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


#a398df Background Color

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

This div background color is #a398df


#a398df Border Color

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

This div border color is #a398df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a398df


Comments

No comments written yet.

Please login to write comment.