Color Hex Logo

#a397cb Color Hex

#A397CB
(163,151,203)
0 Favorites   0 Comments

Color spaces of #a397cb

RGB 163151203
HSL0.710.330.69
HSV254°26°80°
CMYK 0.200.260.00   0.20
XYZ36.950434.231561.1598
Yxy34.23150.27920.2587
Hunter Lab58.507710.3428-21.0222
CIE-Lab65.145915.1525-25.1115

#a397cb color RGB value is (163,151,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010111 11001011
Octal 243 227 313
Decimal 163 151 203
Hex A3 97 CB

RGB Percentages of Color #a397cb

%31.53
%29.21
%39.26

CMYK Percentages of Color #a397cb

%20
%26
%0
%20

Triadic Colors of #a397cb

#a397cb #cba397 #97cba3

Analogous Colors of #a397cb

#a397cb #bd97cb #97a5cb

Monochromatic Colors of #a397cb

#a397cb

Complementary Color

#a397cb #bfcb97

#a397cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a397cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a397cb Color CSS Codes

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

#a397cb Text Font Color

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

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


#a397cb Background Color

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

This div background color is #a397cb


#a397cb Border Color

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

This div border color is #a397cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,151,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 #a397cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a397cb


Comments

No comments written yet.

Please login to write comment.