Color Hex Logo

#d193ce Color Hex

#D193CE
(209,147,206)
0 Favorites   0 Comments

Color spaces of #d193ce

RGB 209147206
HSL0.840.400.70
HSV303°30°82°
CMYK 0.000.300.01   0.18
XYZ47.868838.879063.3740
Yxy38.87900.31890.2590
Hunter Lab62.353027.9177-16.6137
CIE-Lab68.663532.8801-21.0145

#d193ce color RGB value is (209,147,206).

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

The process color (four color CMYK) of #d193ce color hex is 0.00, 0.30, 0.01, 0.18. Web safe color of #d193ce is #cc99cc. Color #d193ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010011 11001110
Octal 321 223 316
Decimal 209 147 206
Hex D1 93 CE

RGB Percentages of Color #d193ce

%37.19
%26.16
%36.65

CMYK Percentages of Color #d193ce

%0
%30
%1
%18

Triadic Colors of #d193ce

#d193ce #ced193 #93ced1

Analogous Colors of #d193ce

#d193ce #d193af #b593d1

Monochromatic Colors of #d193ce

#d193ce

Complementary Color

#d193ce #93d196

#d193ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d193ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d193ce Color CSS Codes

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

#d193ce Text Font Color

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

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


#d193ce Background Color

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

This div background color is #d193ce


#d193ce Border Color

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

This div border color is #d193ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d193ce


Comments

No comments written yet.

Please login to write comment.