Color Hex Logo

#a098cd Color Hex

#A098CD
(160,152,205)
0 Favorites   0 Comments

Color spaces of #a098cd

RGB 160152205
HSL0.690.350.70
HSV249°26°80°
CMYK 0.220.260.00   0.20
XYZ36.744934.337862.4488
Yxy34.33780.27520.2572
Hunter Lab58.59859.3833-22.1668
CIE-Lab65.229814.1131-26.1181

#a098cd color RGB value is (160,152,205).

#a098cd hex color red value is 160, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a098cd hue: 0.69 , saturation: 0.35 and the lightness value of a098cd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011000 11001101
Octal 240 230 315
Decimal 160 152 205
Hex A0 98 CD

RGB Percentages of Color #a098cd

%30.95
%29.40
%39.65

CMYK Percentages of Color #a098cd

%22
%26
%0
%20

Triadic Colors of #a098cd

#a098cd #cda098 #98cda0

Analogous Colors of #a098cd

#a098cd #bb98cd #98abcd

Monochromatic Colors of #a098cd

#a098cd

Complementary Color

#a098cd #c5cd98

#a098cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a098cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a098cd Color CSS Codes

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

#a098cd Text Font Color

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

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


#a098cd Background Color

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

This div background color is #a098cd


#a098cd Border Color

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

This div border color is #a098cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a098cd


Comments

No comments written yet.

Please login to write comment.