Color Hex Logo

#d190cc Color Hex

#D190CC
(209,144,204)
0 Favorites   0 Comments

Color spaces of #d190cc

RGB 209144204
HSL0.850.410.69
HSV305°31°82°
CMYK 0.000.310.02   0.18
XYZ47.166837.861561.9488
Yxy37.86150.32090.2576
Hunter Lab61.531729.1478-16.6197
CIE-Lab67.918434.1376-21.0379

#d190cc color RGB value is (209,144,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010000 11001100
Octal 321 220 314
Decimal 209 144 204
Hex D1 90 CC

RGB Percentages of Color #d190cc

%37.52
%25.85
%36.62

CMYK Percentages of Color #d190cc

%0
%31
%2
%18

Triadic Colors of #d190cc

#d190cc #ccd190 #90ccd1

Analogous Colors of #d190cc

#d190cc #d190ac #b690d1

Monochromatic Colors of #d190cc

#d190cc

Complementary Color

#d190cc #90d195

#d190cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d190cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d190cc Color CSS Codes

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

#d190cc Text Font Color

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

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


#d190cc Background Color

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

This div background color is #d190cc


#d190cc Border Color

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

This div border color is #d190cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d190cc


Comments

No comments written yet.

Please login to write comment.