Color Hex Logo

#a697ca Color Hex

#A697CA
(166,151,202)
0 Favorites   0 Comments

Color spaces of #a697ca

RGB 166151202
HSL0.720.320.69
HSV258°25°79°
CMYK 0.180.250.00   0.21
XYZ37.453234.504560.5631
Yxy34.50450.28260.2604
Hunter Lab58.740511.0164-20.0112
CIE-Lab65.361115.8729-24.2022

#a697ca color RGB value is (166,151,202).

#a697ca hex color red value is 166, green value is 151 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a697ca hue: 0.72 , saturation: 0.32 and the lightness value of a697ca is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010111 11001010
Octal 246 227 312
Decimal 166 151 202
Hex A6 97 CA

RGB Percentages of Color #a697ca

%31.98
%29.09
%38.92

CMYK Percentages of Color #a697ca

%18
%25
%0
%21

Triadic Colors of #a697ca

#a697ca #caa697 #97caa6

Analogous Colors of #a697ca

#a697ca #c097ca #97a2ca

Monochromatic Colors of #a697ca

#a697ca

Complementary Color

#a697ca #bbca97

#a697ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a697ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a697ca Color CSS Codes

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

#a697ca Text Font Color

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

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


#a697ca Background Color

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

This div background color is #a697ca


#a697ca Border Color

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

This div border color is #a697ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,151,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a697ca


Comments

No comments written yet.

Please login to write comment.