Color Hex Logo

#a398cb Color Hex

#A398CB
(163,152,203)
0 Favorites   0 Comments

Color spaces of #a398cb

RGB 163152203
HSL0.700.330.70
HSV253°25°80°
CMYK 0.200.250.00   0.20
XYZ37.112034.554861.2136
Yxy34.55480.27930.2600
Hunter Lab58.78339.8225-20.5929
CIE-Lab65.400614.5860-24.7208

#a398cb color RGB value is (163,152,203).

#a398cb hex color red value is 163, green value is 152 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a398cb hue: 0.70 , saturation: 0.33 and the lightness value of a398cb is 0.70.

The process color (four color CMYK) of #a398cb color hex is 0.20, 0.25, 0.00, 0.20. Web safe color of #a398cb is #9999cc. Color #a398cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011000 11001011
Octal 243 230 313
Decimal 163 152 203
Hex A3 98 CB

RGB Percentages of Color #a398cb

%31.47
%29.34
%39.19

CMYK Percentages of Color #a398cb

%20
%25
%0
%20

Triadic Colors of #a398cb

#a398cb #cba398 #98cba3

Analogous Colors of #a398cb

#a398cb #bd98cb #98a7cb

Monochromatic Colors of #a398cb

#a398cb

Complementary Color

#a398cb #c0cb98

#a398cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a398cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a398cb Color CSS Codes

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

#a398cb Text Font Color

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

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


#a398cb Background Color

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

This div background color is #a398cb


#a398cb Border Color

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

This div border color is #a398cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a398cb


Comments

No comments written yet.

Please login to write comment.