Color Hex Logo

#a250df Color Hex

#A250DF
(162,80,223)
0 Favorites   0 Comments

Color spaces of #a250df

RGB 16280223
HSL0.760.690.59
HSV274°64°87°
CMYK 0.270.640.00   0.13
XYZ31.088218.746471.7919
Yxy18.74640.25560.1541
Hunter Lab43.297152.3967-68.0021
CIE-Lab50.389258.3396-59.6104

#a250df color RGB value is (162,80,223).

#a250df hex color red value is 162, green value is 80 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a250df hue: 0.76 , saturation: 0.69 and the lightness value of a250df is 0.59.

The process color (four color CMYK) of #a250df color hex is 0.27, 0.64, 0.00, 0.13. Web safe color of #a250df is #9966cc. Color #a250df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010000 11011111
Octal 242 120 337
Decimal 162 80 223
Hex A2 50 DF

RGB Percentages of Color #a250df

%34.84
%17.20
%47.96

CMYK Percentages of Color #a250df

%27
%64
%0
%13

Triadic Colors of #a250df

#a250df #dfa250 #50dfa2

Analogous Colors of #a250df

#a250df #df50d5 #5a50df

Monochromatic Colors of #a250df

#a250df

Complementary Color

#a250df #8ddf50

#a250df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a250df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a250df Color CSS Codes

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

#a250df Text Font Color

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

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


#a250df Background Color

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

This div background color is #a250df


#a250df Border Color

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

This div border color is #a250df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,80,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 #a250df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a250df


Comments

No comments written yet.

Please login to write comment.