Color Hex Logo

#a57cde Color Hex

#A57CDE
(165,124,222)
0 Favorites   0 Comments

Color spaces of #a57cde

RGB 165124222
HSL0.740.600.68
HSV265°44°87°
CMYK 0.260.440.00   0.13
XYZ35.909527.688672.5590
Yxy27.68860.26370.2034
Hunter Lab52.620029.7290-44.9225
CIE-Lab59.606435.5706-44.3365

#a57cde color RGB value is (165,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111100 11011110
Octal 245 174 336
Decimal 165 124 222
Hex A5 7C DE

RGB Percentages of Color #a57cde

%32.29
%24.27
%43.44

CMYK Percentages of Color #a57cde

%26
%44
%0
%13

Triadic Colors of #a57cde

#a57cde #dea57c #7cdea5

Analogous Colors of #a57cde

#a57cde #d67cde #7c84de

Monochromatic Colors of #a57cde

#a57cde

Complementary Color

#a57cde #b5de7c

#a57cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57cde Color CSS Codes

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

#a57cde Text Font Color

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

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


#a57cde Background Color

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

This div background color is #a57cde


#a57cde Border Color

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

This div border color is #a57cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,124,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 #a57cde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57cde


Comments

No comments written yet.

Please login to write comment.