Color Hex Logo

#a598da Color Hex

#A598DA
(165,152,218)
0 Favorites   0 Comments

Color spaces of #a598da

RGB 165152218
HSL0.700.470.73
HSV252°30°85°
CMYK 0.240.300.00   0.15
XYZ39.400235.517871.1087
Yxy35.51780.26980.2432
Hunter Lab59.596813.7142-29.0249
CIE-Lab66.149818.7180-31.8829

#a598da color RGB value is (165,152,218).

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

The process color (four color CMYK) of #a598da color hex is 0.24, 0.30, 0.00, 0.15. Web safe color of #a598da is #9999cc. Color #a598da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011000 11011010
Octal 245 230 332
Decimal 165 152 218
Hex A5 98 DA

RGB Percentages of Color #a598da

%30.84
%28.41
%40.75

CMYK Percentages of Color #a598da

%24
%30
%0
%15

Triadic Colors of #a598da

#a598da #daa598 #98daa5

Analogous Colors of #a598da

#a598da #c698da #98acda

Monochromatic Colors of #a598da

#a598da

Complementary Color

#a598da #cdda98

#a598da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a598da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a598da Color CSS Codes

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

#a598da Text Font Color

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

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


#a598da Background Color

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

This div background color is #a598da


#a598da Border Color

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

This div border color is #a598da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a598da


Comments

No comments written yet.

Please login to write comment.