Color Hex Logo

#a57fce Color Hex

#A57FCE
(165,127,206)
0 Favorites   0 Comments

Color spaces of #a57fce

RGB 165127206
HSL0.750.450.65
HSV269°38°81°
CMYK 0.200.380.00   0.19
XYZ34.247027.634361.9215
Yxy27.63430.27660.2232
Hunter Lab52.568324.2938-33.0413
CIE-Lab59.556930.1172-35.4300

#a57fce color RGB value is (165,127,206).

#a57fce hex color red value is 165, green value is 127 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a57fce hue: 0.75 , saturation: 0.45 and the lightness value of a57fce is 0.65.

The process color (four color CMYK) of #a57fce color hex is 0.20, 0.38, 0.00, 0.19. Web safe color of #a57fce is #9966cc. Color #a57fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111111 11001110
Octal 245 177 316
Decimal 165 127 206
Hex A5 7F CE

RGB Percentages of Color #a57fce

%33.13
%25.50
%41.37

CMYK Percentages of Color #a57fce

%20
%38
%0
%19

Triadic Colors of #a57fce

#a57fce #cea57f #7fcea5

Analogous Colors of #a57fce

#a57fce #cd7fce #7f81ce

Monochromatic Colors of #a57fce

#a57fce

Complementary Color

#a57fce #a8ce7f

#a57fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57fce Color CSS Codes

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

#a57fce Text Font Color

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

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


#a57fce Background Color

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

This div background color is #a57fce


#a57fce Border Color

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

This div border color is #a57fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57fce


Comments

No comments written yet.

Please login to write comment.