Color Hex Logo

#a598db Color Hex

#A598DB
(165,152,219)
0 Favorites   0 Comments

Color spaces of #a598db

RGB 165152219
HSL0.700.480.73
HSV252°31°86°
CMYK 0.250.310.00   0.14
XYZ39.531535.570371.8000
Yxy35.57030.26910.2421
Hunter Lab59.640813.9430-29.6290
CIE-Lab66.190318.9573-32.3736

#a598db color RGB value is (165,152,219).

#a598db hex color red value is 165, green value is 152 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a598db hue: 0.70 , saturation: 0.48 and the lightness value of a598db is 0.73.

The process color (four color CMYK) of #a598db color hex is 0.25, 0.31, 0.00, 0.14. Web safe color of #a598db is #9999cc. Color #a598db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011000 11011011
Octal 245 230 333
Decimal 165 152 219
Hex A5 98 DB

RGB Percentages of Color #a598db

%30.78
%28.36
%40.86

CMYK Percentages of Color #a598db

%25
%31
%0
%14

Triadic Colors of #a598db

#a598db #dba598 #98dba5

Analogous Colors of #a598db

#a598db #c798db #98addb

Monochromatic Colors of #a598db

#a598db

Complementary Color

#a598db #cedb98

#a598db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a598db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a598db Color CSS Codes

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

#a598db Text Font Color

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

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


#a598db Background Color

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

This div background color is #a598db


#a598db Border Color

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

This div border color is #a598db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a598db


Comments

No comments written yet.

Please login to write comment.