Color Hex Logo

#a54cfb Color Hex

#A54CFB
(165,76,251)
0 Favorites   0 Comments

Color spaces of #a54cfb

RGB 16576251
HSL0.750.960.64
HSV271°70°98°
CMYK 0.340.700.00   0.02
XYZ35.514120.133393.2811
Yxy20.13330.23850.1352
Hunter Lab44.870162.7575-91.8496
CIE-Lab51.987667.0785-72.7308

#a54cfb color RGB value is (165,76,251).

#a54cfb hex color red value is 165, green value is 76 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a54cfb hue: 0.75 , saturation: 0.96 and the lightness value of a54cfb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001100 11111011
Octal 245 114 373
Decimal 165 76 251
Hex A5 4C FB

RGB Percentages of Color #a54cfb

%33.54
%15.45
%51.02

CMYK Percentages of Color #a54cfb

%34
%70
%0
%2

Triadic Colors of #a54cfb

#a54cfb #fba54c #4cfba5

Analogous Colors of #a54cfb

#a54cfb #fb4cfa #4e4cfb

Monochromatic Colors of #a54cfb

#a54cfb

Complementary Color

#a54cfb #a2fb4c

#a54cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54cfb Color CSS Codes

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

#a54cfb Text Font Color

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

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


#a54cfb Background Color

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

This div background color is #a54cfb


#a54cfb Border Color

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

This div border color is #a54cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54cfb


Comments

No comments written yet.

Please login to write comment.