Color Hex Logo

#d17ae1 Color Hex

#D17AE1
(209,122,225)
0 Favorites   0 Comments

Color spaces of #d17ae1

RGB 209122225
HSL0.810.630.68
HSV291°46°88°
CMYK 0.070.460.00   0.12
XYZ46.844632.910675.1176
Yxy32.91060.30250.2125
Hunter Lab57.367845.3636-37.4772
CIE-Lab64.088549.7426-38.6384

#d17ae1 color RGB value is (209,122,225).

#d17ae1 hex color red value is 209, green value is 122 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d17ae1 hue: 0.81 , saturation: 0.63 and the lightness value of d17ae1 is 0.68.

The process color (four color CMYK) of #d17ae1 color hex is 0.07, 0.46, 0.00, 0.12. Web safe color of #d17ae1 is #cc66cc. Color #d17ae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111010 11100001
Octal 321 172 341
Decimal 209 122 225
Hex D1 7A E1

RGB Percentages of Color #d17ae1

%37.59
%21.94
%40.47

CMYK Percentages of Color #d17ae1

%7
%46
%0
%12

Triadic Colors of #d17ae1

#d17ae1 #e1d17a #7ae1d1

Analogous Colors of #d17ae1

#d17ae1 #e17abe #9e7ae1

Monochromatic Colors of #d17ae1

#d17ae1

Complementary Color

#d17ae1 #8ae17a

#d17ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17ae1 Color CSS Codes

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

#d17ae1 Text Font Color

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

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


#d17ae1 Background Color

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

This div background color is #d17ae1


#d17ae1 Border Color

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

This div border color is #d17ae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17ae1

#d17ae1 Color Palettes


Comments

No comments written yet.

Please login to write comment.