Color Hex Logo

#a200fe Color Hex

#A200FE
(162,0,254)
0 Favorites   0 Comments

Color spaces of #a200fe

RGB 1620254
HSL0.771.000.50
HSV278°100°100°
CMYK 0.361.000.00   0.00
XYZ32.789714.837194.9016
Yxy14.83710.23010.1041
Hunter Lab38.519084.5420-119.1133
CIE-Lab45.410385.9741-85.1647

#a200fe color RGB value is (162,0,254).

#a200fe hex color red value is 162, green value is 0 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a200fe hue: 0.77 , saturation: 1.00 and the lightness value of a200fe is 0.50.

The process color (four color CMYK) of #a200fe color hex is 0.36, 1.00, 0.00, 0.00. Web safe color of #a200fe is #9900ff. Color #a200fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000000 11111110
Octal 242 0 376
Decimal 162 0 254
Hex A2 0 FE

RGB Percentages of Color #a200fe

%38.94
%0.00
%61.06

CMYK Percentages of Color #a200fe

%36
%100
%0
%0

Triadic Colors of #a200fe

#a200fe #fea200 #00fea2

Analogous Colors of #a200fe

#a200fe #fe00db #2300fe

Monochromatic Colors of #a200fe

#a200fe

Complementary Color

#a200fe #5cfe00

#a200fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a200fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a200fe Color CSS Codes

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

#a200fe Text Font Color

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

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


#a200fe Background Color

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

This div background color is #a200fe


#a200fe Border Color

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

This div border color is #a200fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,0,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a200fe


Comments

No comments written yet.

Please login to write comment.