Color Hex Logo

#a85398 Color Hex

#A85398
(168,83,152)
0 Favorites   0 Comments

Color spaces of #a85398

RGB 16883152
HSL0.860.340.49
HSV311°51°66°
CMYK 0.000.510.10   0.34
XYZ24.909216.778331.6314
Yxy16.77830.33970.2288
Hunter Lab40.961336.8662-17.1124
CIE-Lab47.979544.1973-22.1500

#a85398 color RGB value is (168,83,152).

#a85398 hex color red value is 168, green value is 83 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a85398 hue: 0.86 , saturation: 0.34 and the lightness value of a85398 is 0.49.

The process color (four color CMYK) of #a85398 color hex is 0.00, 0.51, 0.10, 0.34. Web safe color of #a85398 is #996699. Color #a85398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010011 10011000
Octal 250 123 230
Decimal 168 83 152
Hex A8 53 98

RGB Percentages of Color #a85398

%41.69
%20.60
%37.72

CMYK Percentages of Color #a85398

%0
%51
%10
%34

Triadic Colors of #a85398

#a85398 #98a853 #5398a8

Analogous Colors of #a85398

#a85398 #a8536e #8e53a8

Monochromatic Colors of #a85398

#a85398

Complementary Color

#a85398 #53a863

#a85398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85398 Color CSS Codes

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

#a85398 Text Font Color

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

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


#a85398 Background Color

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

This div background color is #a85398


#a85398 Border Color

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

This div border color is #a85398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85398


Comments

No comments written yet.

Please login to write comment.