Color Hex Logo

#a57dfd Color Hex

#A57DFD
(165,125,253)
0 Favorites   0 Comments

Color spaces of #a57dfd

RGB 165125253
HSL0.720.970.74
HSV259°51°99°
CMYK 0.350.510.00   0.01
XYZ40.580329.758496.5336
Yxy29.75840.24320.1783
Hunter Lab54.551337.3202-66.7334
CIE-Lab61.445242.6821-58.6072

#a57dfd color RGB value is (165,125,253).

#a57dfd hex color red value is 165, green value is 125 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a57dfd hue: 0.72 , saturation: 0.97 and the lightness value of a57dfd is 0.74.

The process color (four color CMYK) of #a57dfd color hex is 0.35, 0.51, 0.00, 0.01. Web safe color of #a57dfd is #9966ff. Color #a57dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111101 11111101
Octal 245 175 375
Decimal 165 125 253
Hex A5 7D FD

RGB Percentages of Color #a57dfd

%30.39
%23.02
%46.59

CMYK Percentages of Color #a57dfd

%35
%51
%0
%1

Triadic Colors of #a57dfd

#a57dfd #fda57d #7dfda5

Analogous Colors of #a57dfd

#a57dfd #e57dfd #7d95fd

Monochromatic Colors of #a57dfd

#a57dfd

Complementary Color

#a57dfd #d5fd7d

#a57dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57dfd Color CSS Codes

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

#a57dfd Text Font Color

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

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


#a57dfd Background Color

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

This div background color is #a57dfd


#a57dfd Border Color

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

This div border color is #a57dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57dfd


Comments

No comments written yet.

Please login to write comment.