Color Hex Logo

#a85092 Color Hex

#A85092
(168,80,146)
0 Favorites   0 Comments

Color spaces of #a85092

RGB 16880146
HSL0.880.350.49
HSV315°52°66°
CMYK 0.000.520.13   0.34
XYZ24.205416.137529.0332
Yxy16.13750.34890.2326
Hunter Lab40.171537.2553-14.7307
CIE-Lab47.154444.7114-19.8417

#a85092 color RGB value is (168,80,146).

#a85092 hex color red value is 168, green value is 80 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a85092 hue: 0.88 , saturation: 0.35 and the lightness value of a85092 is 0.49.

The process color (four color CMYK) of #a85092 color hex is 0.00, 0.52, 0.13, 0.34. Web safe color of #a85092 is #996699. Color #a85092 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010000 10010010
Octal 250 120 222
Decimal 168 80 146
Hex A8 50 92

RGB Percentages of Color #a85092

%42.64
%20.30
%37.06

CMYK Percentages of Color #a85092

%0
%52
%13
%34

Triadic Colors of #a85092

#a85092 #92a850 #5092a8

Analogous Colors of #a85092

#a85092 #a85066 #9250a8

Monochromatic Colors of #a85092

#a85092

Complementary Color

#a85092 #50a866

#a85092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85092 Color CSS Codes

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

#a85092 Text Font Color

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

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


#a85092 Background Color

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

This div background color is #a85092


#a85092 Border Color

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

This div border color is #a85092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85092


Comments

No comments written yet.

Please login to write comment.