Color Hex Logo

#a798ca Color Hex

#A798CA
(167,152,202)
0 Favorites   0 Comments

Color spaces of #a798ca

RGB 167152202
HSL0.720.320.69
HSV258°25°79°
CMYK 0.170.250.00   0.21
XYZ37.825334.936260.6269
Yxy34.93620.28360.2619
Hunter Lab59.106910.7937-19.4400
CIE-Lab65.699015.6264-23.6773

#a798ca color RGB value is (167,152,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011000 11001010
Octal 247 230 312
Decimal 167 152 202
Hex A7 98 CA

RGB Percentages of Color #a798ca

%32.05
%29.17
%38.77

CMYK Percentages of Color #a798ca

%17
%25
%0
%21

Triadic Colors of #a798ca

#a798ca #caa798 #98caa7

Analogous Colors of #a798ca

#a798ca #c098ca #98a2ca

Monochromatic Colors of #a798ca

#a798ca

Complementary Color

#a798ca #bbca98

#a798ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a798ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a798ca Color CSS Codes

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

#a798ca Text Font Color

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

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


#a798ca Background Color

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

This div background color is #a798ca


#a798ca Border Color

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

This div border color is #a798ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a798ca


Comments

No comments written yet.

Please login to write comment.