Color Hex Logo

#d190ce Color Hex

#D190CE
(209,144,206)
0 Favorites   0 Comments

Color spaces of #d190ce

RGB 209144206
HSL0.840.410.69
HSV303°31°82°
CMYK 0.000.310.01   0.18
XYZ47.408337.958163.2205
Yxy37.95810.31910.2555
Hunter Lab61.610129.5359-17.7126
CIE-Lab67.989734.5047-22.0413

#d190ce color RGB value is (209,144,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010000 11001110
Octal 321 220 316
Decimal 209 144 206
Hex D1 90 CE

RGB Percentages of Color #d190ce

%37.39
%25.76
%36.85

CMYK Percentages of Color #d190ce

%0
%31
%1
%18

Triadic Colors of #d190ce

#d190ce #ced190 #90ced1

Analogous Colors of #d190ce

#d190ce #d190ae #b490d1

Monochromatic Colors of #d190ce

#d190ce

Complementary Color

#d190ce #90d193

#d190ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d190ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d190ce Color CSS Codes

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

#d190ce Text Font Color

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

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


#d190ce Background Color

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

This div background color is #d190ce


#d190ce Border Color

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

This div border color is #d190ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d190ce


Comments

No comments written yet.

Please login to write comment.