Color Hex Logo

#a242fd Color Hex

#A242FD
(162,66,253)
0 Favorites   0 Comments

Color spaces of #a242fd

RGB 16266253
HSL0.750.980.63
HSV271°74°99°
CMYK 0.360.740.00   0.01
XYZ34.578118.669794.7096
Yxy18.66970.23370.1262
Hunter Lab43.208467.2321-99.7132
CIE-Lab50.298571.1670-76.6078

#a242fd color RGB value is (162,66,253).

#a242fd hex color red value is 162, green value is 66 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a242fd hue: 0.75 , saturation: 0.98 and the lightness value of a242fd is 0.63.

The process color (four color CMYK) of #a242fd color hex is 0.36, 0.74, 0.00, 0.01. Web safe color of #a242fd is #9933ff. Color #a242fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000010 11111101
Octal 242 102 375
Decimal 162 66 253
Hex A2 42 FD

RGB Percentages of Color #a242fd

%33.68
%13.72
%52.60

CMYK Percentages of Color #a242fd

%36
%74
%0
%1

Triadic Colors of #a242fd

#a242fd #fda242 #42fda2

Analogous Colors of #a242fd

#a242fd #fd42fb #4442fd

Monochromatic Colors of #a242fd

#a242fd

Complementary Color

#a242fd #9dfd42

#a242fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a242fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a242fd Color CSS Codes

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

#a242fd Text Font Color

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

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


#a242fd Background Color

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

This div background color is #a242fd


#a242fd Border Color

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

This div border color is #a242fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a242fd

Related Colors


Comments

No comments written yet.

Please login to write comment.