Color Hex Logo

#a237fd Color Hex

#A237FD
(162,55,253)
0 Favorites   0 Comments

Color spaces of #a237fd

RGB 16255253
HSL0.760.980.60
HSV272°78°99°
CMYK 0.360.780.00   0.01
XYZ33.996117.505694.5156
Yxy17.50560.23280.1199
Hunter Lab41.839771.8175-104.6479
CIE-Lab48.890975.2205-78.9043

#a237fd color RGB value is (162,55,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110111 11111101
Octal 242 67 375
Decimal 162 55 253
Hex A2 37 FD

RGB Percentages of Color #a237fd

%34.47
%11.70
%53.83

CMYK Percentages of Color #a237fd

%36
%78
%0
%1

Triadic Colors of #a237fd

#a237fd #fda237 #37fda2

Analogous Colors of #a237fd

#a237fd #fd37f5 #3f37fd

Monochromatic Colors of #a237fd

#a237fd

Complementary Color

#a237fd #92fd37

#a237fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a237fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a237fd Color CSS Codes

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

#a237fd Text Font Color

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

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


#a237fd Background Color

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

This div background color is #a237fd


#a237fd Border Color

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

This div border color is #a237fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a237fd

Related Colors


Comments

No comments written yet.

Please login to write comment.