Color Hex Logo

#a55fde Color Hex

#A55FDE
(165,95,222)
0 Favorites   0 Comments

Color spaces of #a55fde

RGB 16595222
HSL0.760.660.62
HSV273°57°87°
CMYK 0.260.570.00   0.13
XYZ32.794121.457771.5205
Yxy21.45770.26070.1706
Hunter Lab46.322545.3052-59.1163
CIE-Lab53.446851.3495-54.1190

#a55fde color RGB value is (165,95,222).

#a55fde hex color red value is 165, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a55fde hue: 0.76 , saturation: 0.66 and the lightness value of a55fde is 0.62.

The process color (four color CMYK) of #a55fde color hex is 0.26, 0.57, 0.00, 0.13. Web safe color of #a55fde is #9966cc. Color #a55fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011111 11011110
Octal 245 137 336
Decimal 165 95 222
Hex A5 5F DE

RGB Percentages of Color #a55fde

%34.23
%19.71
%46.06

CMYK Percentages of Color #a55fde

%26
%57
%0
%13

Triadic Colors of #a55fde

#a55fde #dea55f #5fdea5

Analogous Colors of #a55fde

#a55fde #de5fd8 #665fde

Monochromatic Colors of #a55fde

#a55fde

Complementary Color

#a55fde #98de5f

#a55fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55fde Color CSS Codes

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

#a55fde Text Font Color

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

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


#a55fde Background Color

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

This div background color is #a55fde


#a55fde Border Color

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

This div border color is #a55fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55fde


Comments

No comments written yet.

Please login to write comment.