Color Hex Logo

#a892df Color Hex

#A892DF
(168,146,223)
0 Favorites   0 Comments

Color spaces of #a892df

RGB 168146223
HSL0.710.550.72
HSV257°35°87°
CMYK 0.250.350.00   0.13
XYZ39.746634.210374.3204
Yxy34.21030.26810.2307
Hunter Lab58.489618.9430-34.3948
CIE-Lab65.129224.2069-36.2167

#a892df color RGB value is (168,146,223).

#a892df hex color red value is 168, green value is 146 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a892df hue: 0.71 , saturation: 0.55 and the lightness value of a892df is 0.72.

The process color (four color CMYK) of #a892df color hex is 0.25, 0.35, 0.00, 0.13. Web safe color of #a892df is #9999cc. Color #a892df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010010 11011111
Octal 250 222 337
Decimal 168 146 223
Hex A8 92 DF

RGB Percentages of Color #a892df

%31.28
%27.19
%41.53

CMYK Percentages of Color #a892df

%25
%35
%0
%13

Triadic Colors of #a892df

#a892df #dfa892 #92dfa8

Analogous Colors of #a892df

#a892df #cf92df #92a3df

Monochromatic Colors of #a892df

#a892df

Complementary Color

#a892df #c9df92

#a892df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a892df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a892df Color CSS Codes

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

#a892df Text Font Color

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

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


#a892df Background Color

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

This div background color is #a892df


#a892df Border Color

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

This div border color is #a892df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a892df


Comments

No comments written yet.

Please login to write comment.