Color Hex Logo

#a31ef5 Color Hex

#A31EF5
(163,30,245)
0 Favorites   0 Comments

Color spaces of #a31ef5

RGB 16330245
HSL0.770.910.54
HSV277°88°96°
CMYK 0.330.880.00   0.04
XYZ32.050015.307687.6517
Yxy15.30760.23740.1134
Hunter Lab39.124977.7534-105.4401
CIE-Lab46.052780.5482-79.0628

#a31ef5 color RGB value is (163,30,245).

#a31ef5 hex color red value is 163, green value is 30 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #a31ef5 hue: 0.77 , saturation: 0.91 and the lightness value of a31ef5 is 0.54.

The process color (four color CMYK) of #a31ef5 color hex is 0.33, 0.88, 0.00, 0.04. Web safe color of #a31ef5 is #9933ff. Color #a31ef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011110 11110101
Octal 243 36 365
Decimal 163 30 245
Hex A3 1E F5

RGB Percentages of Color #a31ef5

%37.21
%6.85
%55.94

CMYK Percentages of Color #a31ef5

%33
%88
%0
%4

Triadic Colors of #a31ef5

#a31ef5 #f5a31e #1ef5a3

Analogous Colors of #a31ef5

#a31ef5 #f51edc #371ef5

Monochromatic Colors of #a31ef5

#a31ef5

Complementary Color

#a31ef5 #70f51e

#a31ef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31ef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31ef5 Color CSS Codes

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

#a31ef5 Text Font Color

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

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


#a31ef5 Background Color

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

This div background color is #a31ef5


#a31ef5 Border Color

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

This div border color is #a31ef5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,30,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a31ef5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a31ef5;
  -webkit-box-shadow: 1px 1px 3px 2px #a31ef5;
  box-shadow:         1px 1px 3px 2px #a31ef5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,30,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31ef5


Comments

No comments written yet.

Please login to write comment.