Color Hex Logo

#a54aff Color Hex

#A54AFF
(165,74,255)
0 Favorites   0 Comments

Color spaces of #a54aff

RGB 16574255
HSL0.751.000.65
HSV270°71°100°
CMYK 0.350.710.00   0.00
XYZ36.015820.116996.5924
Yxy20.11690.23580.1317
Hunter Lab44.851964.8437-96.2899
CIE-Lab51.969168.8460-74.9842

#a54aff color RGB value is (165,74,255).

#a54aff hex color red value is 165, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a54aff hue: 0.75 , saturation: 1.00 and the lightness value of a54aff is 0.65.

The process color (four color CMYK) of #a54aff color hex is 0.35, 0.71, 0.00, 0.00. Web safe color of #a54aff is #9933ff. Color #a54aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001010 11111111
Octal 245 112 377
Decimal 165 74 255
Hex A5 4A FF

RGB Percentages of Color #a54aff

%33.40
%14.98
%51.62

CMYK Percentages of Color #a54aff

%35
%71
%0
%0

Triadic Colors of #a54aff

#a54aff #ffa54a #4affa5

Analogous Colors of #a54aff

#a54aff #ff4aff #4a4aff

Monochromatic Colors of #a54aff

#a54aff

Complementary Color

#a54aff #a4ff4a

#a54aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54aff Color CSS Codes

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

#a54aff Text Font Color

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

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


#a54aff Background Color

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

This div background color is #a54aff


#a54aff Border Color

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

This div border color is #a54aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54aff

Related Colors


Comments

No comments written yet.

Please login to write comment.