Color Hex Logo

#a598d3 Color Hex

#A598D3
(165,152,211)
0 Favorites   0 Comments

Color spaces of #a598d3

RGB 165152211
HSL0.700.400.71
HSV253°28°83°
CMYK 0.220.280.00   0.17
XYZ38.503235.159066.3850
Yxy35.15900.27490.2511
Hunter Lab59.295012.1426-24.8729
CIE-Lab65.872317.0635-28.4308

#a598d3 color RGB value is (165,152,211).

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

The process color (four color CMYK) of #a598d3 color hex is 0.22, 0.28, 0.00, 0.17. Web safe color of #a598d3 is #9999cc. Color #a598d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011000 11010011
Octal 245 230 323
Decimal 165 152 211
Hex A5 98 D3

RGB Percentages of Color #a598d3

%31.25
%28.79
%39.96

CMYK Percentages of Color #a598d3

%22
%28
%0
%17

Triadic Colors of #a598d3

#a598d3 #d3a598 #98d3a5

Analogous Colors of #a598d3

#a598d3 #c398d3 #98a9d3

Monochromatic Colors of #a598d3

#a598d3

Complementary Color

#a598d3 #c6d398

#a598d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a598d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a598d3 Color CSS Codes

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

#a598d3 Text Font Color

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

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


#a598d3 Background Color

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

This div background color is #a598d3


#a598d3 Border Color

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

This div border color is #a598d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a598d3


Comments

No comments written yet.

Please login to write comment.