Color Hex Logo

#a51efb Color Hex

#A51EFB
(165,30,251)
0 Favorites   0 Comments

Color spaces of #a51efb

RGB 16530251
HSL0.770.970.55
HSV277°88°98°
CMYK 0.340.880.00   0.02
XYZ33.393915.892992.5744
Yxy15.89290.23540.1120
Hunter Lab39.865979.7562-109.7738
CIE-Lab46.833781.9796-81.1360

#a51efb color RGB value is (165,30,251).

#a51efb hex color red value is 165, green value is 30 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a51efb hue: 0.77 , saturation: 0.97 and the lightness value of a51efb is 0.55.

The process color (four color CMYK) of #a51efb color hex is 0.34, 0.88, 0.00, 0.02. Web safe color of #a51efb is #9933ff. Color #a51efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011110 11111011
Octal 245 36 373
Decimal 165 30 251
Hex A5 1E FB

RGB Percentages of Color #a51efb

%37.00
%6.73
%56.28

CMYK Percentages of Color #a51efb

%34
%88
%0
%2

Triadic Colors of #a51efb

#a51efb #fba51e #1efba5

Analogous Colors of #a51efb

#a51efb #fb1ee3 #361efb

Monochromatic Colors of #a51efb

#a51efb

Complementary Color

#a51efb #74fb1e

#a51efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51efb Color CSS Codes

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

#a51efb Text Font Color

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

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


#a51efb Background Color

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

This div background color is #a51efb


#a51efb Border Color

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

This div border color is #a51efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51efb


Comments

No comments written yet.

Please login to write comment.