Color Hex Logo

#d193ae Color Hex

#D193AE
(209,147,174)
0 Favorites   0 Comments

Color spaces of #d193ae

RGB 209147174
HSL0.930.400.70
HSV334°30°82°
CMYK 0.000.300.17   0.18
XYZ44.368237.478744.9401
Yxy37.47870.34990.2956
Hunter Lab61.219822.2306-0.6695
CIE-Lab67.634627.3714-4.7115

#d193ae color RGB value is (209,147,174).

#d193ae hex color red value is 209, green value is 147 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d193ae hue: 0.93 , saturation: 0.40 and the lightness value of d193ae is 0.70.

The process color (four color CMYK) of #d193ae color hex is 0.00, 0.30, 0.17, 0.18. Web safe color of #d193ae is #cc9999. Color #d193ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010011 10101110
Octal 321 223 256
Decimal 209 147 174
Hex D1 93 AE

RGB Percentages of Color #d193ae

%39.43
%27.74
%32.83

CMYK Percentages of Color #d193ae

%0
%30
%17
%18

Triadic Colors of #d193ae

#d193ae #aed193 #93aed1

Analogous Colors of #d193ae

#d193ae #d19793 #d193cd

Monochromatic Colors of #d193ae

#d193ae

Complementary Color

#d193ae #93d1b6

#d193ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d193ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d193ae Color CSS Codes

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

#d193ae Text Font Color

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

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


#d193ae Background Color

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

This div background color is #d193ae


#d193ae Border Color

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

This div border color is #d193ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d193ae


Comments

No comments written yet.

Please login to write comment.