Color Hex Logo

#d17afd Color Hex

#D17AFD
(209,122,253)
0 Favorites   0 Comments

Color spaces of #d17afd

RGB 209122253
HSL0.780.970.74
HSV280°52°99°
CMYK 0.170.520.00   0.01
XYZ50.983734.566296.9133
Yxy34.56620.27940.1894
Hunter Lab58.793051.9025-56.5774
CIE-Lab65.409555.3540-52.0237

#d17afd color RGB value is (209,122,253).

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

The process color (four color CMYK) of #d17afd color hex is 0.17, 0.52, 0.00, 0.01. Web safe color of #d17afd is #cc66ff. Color #d17afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111010 11111101
Octal 321 172 375
Decimal 209 122 253
Hex D1 7A FD

RGB Percentages of Color #d17afd

%35.79
%20.89
%43.32

CMYK Percentages of Color #d17afd

%17
%52
%0
%1

Triadic Colors of #d17afd

#d17afd #fdd17a #7afdd1

Analogous Colors of #d17afd

#d17afd #fd7ae8 #907afd

Monochromatic Colors of #d17afd

#d17afd

Complementary Color

#d17afd #a6fd7a

#d17afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17afd Color CSS Codes

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

#d17afd Text Font Color

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

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


#d17afd Background Color

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

This div background color is #d17afd


#d17afd Border Color

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

This div border color is #d17afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17afd

Related Colors


Comments

No comments written yet.

Please login to write comment.