Color Hex Logo

#a55fdc Color Hex

#A55FDC
(165,95,220)
0 Favorites   0 Comments

Color spaces of #a55fdc

RGB 16595220
HSL0.760.640.62
HSV274°57°86°
CMYK 0.250.570.00   0.14
XYZ32.527521.351170.1169
Yxy21.35110.26230.1722
Hunter Lab46.207344.7920-57.6242
CIE-Lab53.331650.8931-53.1727

#a55fdc color RGB value is (165,95,220).

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

The process color (four color CMYK) of #a55fdc color hex is 0.25, 0.57, 0.00, 0.14. Web safe color of #a55fdc is #9966cc. Color #a55fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011111 11011100
Octal 245 137 334
Decimal 165 95 220
Hex A5 5F DC

RGB Percentages of Color #a55fdc

%34.38
%19.79
%45.83

CMYK Percentages of Color #a55fdc

%25
%57
%0
%14

Triadic Colors of #a55fdc

#a55fdc #dca55f #5fdca5

Analogous Colors of #a55fdc

#a55fdc #dc5fd5 #675fdc

Monochromatic Colors of #a55fdc

#a55fdc

Complementary Color

#a55fdc #96dc5f

#a55fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55fdc Color CSS Codes

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

#a55fdc Text Font Color

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

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


#a55fdc Background Color

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

This div background color is #a55fdc


#a55fdc Border Color

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

This div border color is #a55fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55fdc


Comments

No comments written yet.

Please login to write comment.