Color Hex Logo

#a798be Color Hex

#A798BE
(167,152,190)
0 Favorites   0 Comments

Color spaces of #a798be

RGB 167152190
HSL0.730.230.67
HSV264°20°75°
CMYK 0.120.200.00   0.25
XYZ36.458934.389753.4315
Yxy34.38970.29340.2767
Hunter Lab58.64278.3508-12.9713
CIE-Lab65.270712.9893-17.6304

#a798be color RGB value is (167,152,190).

#a798be hex color red value is 167, green value is 152 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a798be hue: 0.73 , saturation: 0.23 and the lightness value of a798be is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011000 10111110
Octal 247 230 276
Decimal 167 152 190
Hex A7 98 BE

RGB Percentages of Color #a798be

%32.81
%29.86
%37.33

CMYK Percentages of Color #a798be

%12
%20
%0
%25

Triadic Colors of #a798be

#a798be #bea798 #98bea7

Analogous Colors of #a798be

#a798be #ba98be #989cbe

Monochromatic Colors of #a798be

#a798be

Complementary Color

#a798be #afbe98

#a798be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a798be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a798be Color CSS Codes

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

#a798be Text Font Color

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

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


#a798be Background Color

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

This div background color is #a798be


#a798be Border Color

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

This div border color is #a798be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a798be


Comments

No comments written yet.

Please login to write comment.