Color Hex Logo

#a55dfe Color Hex

#A55DFE
(165,93,254)
0 Favorites   0 Comments

Color spaces of #a55dfe

RGB 16593254
HSL0.740.990.68
HSV267°63°100°
CMYK 0.350.630.00   0.00
XYZ37.320822.983896.2352
Yxy22.98380.23840.1468
Hunter Lab47.941455.0588-85.4568
CIE-Lab55.055659.8603-69.4255

#a55dfe color RGB value is (165,93,254).

#a55dfe hex color red value is 165, green value is 93 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a55dfe hue: 0.74 , saturation: 0.99 and the lightness value of a55dfe is 0.68.

The process color (four color CMYK) of #a55dfe color hex is 0.35, 0.63, 0.00, 0.00. Web safe color of #a55dfe is #9966ff. Color #a55dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011101 11111110
Octal 245 135 376
Decimal 165 93 254
Hex A5 5D FE

RGB Percentages of Color #a55dfe

%32.23
%18.16
%49.61

CMYK Percentages of Color #a55dfe

%35
%63
%0
%0

Triadic Colors of #a55dfe

#a55dfe #fea55d #5dfea5

Analogous Colors of #a55dfe

#a55dfe #f65dfe #5d66fe

Monochromatic Colors of #a55dfe

#a55dfe

Complementary Color

#a55dfe #b6fe5d

#a55dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55dfe Color CSS Codes

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

#a55dfe Text Font Color

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

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


#a55dfe Background Color

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

This div background color is #a55dfe


#a55dfe Border Color

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

This div border color is #a55dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55dfe


Comments

No comments written yet.

Please login to write comment.