Color Hex Logo

#a250da Color Hex

#A250DA
(162,80,218)
0 Favorites   0 Comments

Color spaces of #a250da

RGB 16280218
HSL0.770.650.58
HSV276°63°85°
CMYK 0.260.630.00   0.15
XYZ30.423818.480768.2933
Yxy18.48070.25960.1577
Hunter Lab42.989251.0948-64.0966
CIE-Lab50.074057.2262-57.2788

#a250da color RGB value is (162,80,218).

#a250da hex color red value is 162, green value is 80 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a250da hue: 0.77 , saturation: 0.65 and the lightness value of a250da is 0.58.

The process color (four color CMYK) of #a250da color hex is 0.26, 0.63, 0.00, 0.15. Web safe color of #a250da is #9966cc. Color #a250da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010000 11011010
Octal 242 120 332
Decimal 162 80 218
Hex A2 50 DA

RGB Percentages of Color #a250da

%35.22
%17.39
%47.39

CMYK Percentages of Color #a250da

%26
%63
%0
%15

Triadic Colors of #a250da

#a250da #daa250 #50daa2

Analogous Colors of #a250da

#a250da #da50cd #5d50da

Monochromatic Colors of #a250da

#a250da

Complementary Color

#a250da #88da50

#a250da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a250da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a250da Color CSS Codes

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

#a250da Text Font Color

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

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


#a250da Background Color

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

This div background color is #a250da


#a250da Border Color

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

This div border color is #a250da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a250da


Comments

No comments written yet.

Please login to write comment.