Color Hex Logo

#d17af4 Color Hex

#D17AF4
(209,122,244)
0 Favorites   0 Comments

Color spaces of #d17af4

RGB 209122244
HSL0.790.850.72
HSV283°50°96°
CMYK 0.140.500.00   0.04
XYZ49.583234.006089.5385
Yxy34.00600.28640.1964
Hunter Lab58.314749.7225-50.2158
CIE-Lab64.967353.5055-47.7768

#d17af4 color RGB value is (209,122,244).

#d17af4 hex color red value is 209, green value is 122 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #d17af4 hue: 0.79 , saturation: 0.85 and the lightness value of d17af4 is 0.72.

The process color (four color CMYK) of #d17af4 color hex is 0.14, 0.50, 0.00, 0.04. Web safe color of #d17af4 is #cc66ff. Color #d17af4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111010 11110100
Octal 321 172 364
Decimal 209 122 244
Hex D1 7A F4

RGB Percentages of Color #d17af4

%36.35
%21.22
%42.43

CMYK Percentages of Color #d17af4

%14
%50
%0
%4

Triadic Colors of #d17af4

#d17af4 #f4d17a #7af4d1

Analogous Colors of #d17af4

#d17af4 #f47ada #947af4

Monochromatic Colors of #d17af4

#d17af4

Complementary Color

#d17af4 #9df47a

#d17af4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17af4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17af4 Color CSS Codes

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

#d17af4 Text Font Color

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

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


#d17af4 Background Color

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

This div background color is #d17af4


#d17af4 Border Color

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

This div border color is #d17af4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,122,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17af4


Comments

No comments written yet.

Please login to write comment.