Color Hex Logo

#a55cdf Color Hex

#A55CDF
(165,92,223)
0 Favorites   0 Comments

Color spaces of #a55cdf

RGB 16592223
HSL0.760.670.62
HSV273°59°87°
CMYK 0.260.590.00   0.13
XYZ32.663520.981372.1403
Yxy20.98130.25970.1668
Hunter Lab45.805347.1278-61.3140
CIE-Lab52.929053.1152-55.5125

#a55cdf color RGB value is (165,92,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011100 11011111
Octal 245 134 337
Decimal 165 92 223
Hex A5 5C DF

RGB Percentages of Color #a55cdf

%34.38
%19.17
%46.46

CMYK Percentages of Color #a55cdf

%26
%59
%0
%13

Triadic Colors of #a55cdf

#a55cdf #dfa55c #5cdfa5

Analogous Colors of #a55cdf

#a55cdf #df5cd8 #645cdf

Monochromatic Colors of #a55cdf

#a55cdf

Complementary Color

#a55cdf #96df5c

#a55cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55cdf Color CSS Codes

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

#a55cdf Text Font Color

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

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


#a55cdf Background Color

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

This div background color is #a55cdf


#a55cdf Border Color

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

This div border color is #a55cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55cdf


Comments

No comments written yet.

Please login to write comment.