Color Hex Logo

#d57adf Color Hex

#D57ADF
(213,122,223)
0 Favorites   0 Comments

Color spaces of #d57adf

RGB 213122223
HSL0.820.610.68
HSV294°45°87°
CMYK 0.040.450.00   0.13
XYZ47.719433.392973.7424
Yxy33.39290.30820.2156
Hunter Lab57.786646.2764-35.2103
CIE-Lab64.477850.5078-36.8821

#d57adf color RGB value is (213,122,223).

#d57adf hex color red value is 213, green value is 122 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d57adf hue: 0.82 , saturation: 0.61 and the lightness value of d57adf is 0.68.

The process color (four color CMYK) of #d57adf color hex is 0.04, 0.45, 0.00, 0.13. Web safe color of #d57adf is #cc66cc. Color #d57adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111010 11011111
Octal 325 172 337
Decimal 213 122 223
Hex D5 7A DF

RGB Percentages of Color #d57adf

%38.17
%21.86
%39.96

CMYK Percentages of Color #d57adf

%4
%45
%0
%13

Triadic Colors of #d57adf

#d57adf #dfd57a #7adfd5

Analogous Colors of #d57adf

#d57adf #df7ab7 #a37adf

Monochromatic Colors of #d57adf

#d57adf

Complementary Color

#d57adf #84df7a

#d57adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57adf Color CSS Codes

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

#d57adf Text Font Color

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

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


#d57adf Background Color

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

This div background color is #d57adf


#d57adf Border Color

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

This div border color is #d57adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57adf


Comments

No comments written yet.

Please login to write comment.