Color Hex Logo

#a398bc Color Hex

#A398BC
(163,152,188)
0 Favorites   0 Comments

Color spaces of #a398bc

RGB 163152188
HSL0.720.210.67
HSV258°19°74°
CMYK 0.130.190.00   0.26
XYZ35.409633.873852.2490
Yxy33.87380.29140.2787
Hunter Lab58.20126.7473-12.4856
CIE-Lab64.862311.2306-17.1622

#a398bc color RGB value is (163,152,188).

#a398bc hex color red value is 163, green value is 152 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a398bc hue: 0.72 , saturation: 0.21 and the lightness value of a398bc is 0.67.

The process color (four color CMYK) of #a398bc color hex is 0.13, 0.19, 0.00, 0.26. Web safe color of #a398bc is #9999cc. Color #a398bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011000 10111100
Octal 243 230 274
Decimal 163 152 188
Hex A3 98 BC

RGB Percentages of Color #a398bc

%32.41
%30.22
%37.38

CMYK Percentages of Color #a398bc

%13
%19
%0
%26

Triadic Colors of #a398bc

#a398bc #bca398 #98bca3

Analogous Colors of #a398bc

#a398bc #b598bc #989fbc

Monochromatic Colors of #a398bc

#a398bc

Complementary Color

#a398bc #b1bc98

#a398bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a398bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a398bc Color CSS Codes

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

#a398bc Text Font Color

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

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


#a398bc Background Color

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

This div background color is #a398bc


#a398bc Border Color

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

This div border color is #a398bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a398bc


Comments

No comments written yet.

Please login to write comment.