Color Hex Logo

#d192ce Color Hex

#D192CE
(209,146,206)
0 Favorites   0 Comments

Color spaces of #d192ce

RGB 209146206
HSL0.840.410.70
HSV303°30°82°
CMYK 0.000.300.01   0.18
XYZ47.714038.569363.3223
Yxy38.56930.31890.2578
Hunter Lab62.104228.4574-16.9800
CIE-Lab68.438133.4224-21.3577

#d192ce color RGB value is (209,146,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010010 11001110
Octal 321 222 316
Decimal 209 146 206
Hex D1 92 CE

RGB Percentages of Color #d192ce

%37.25
%26.02
%36.72

CMYK Percentages of Color #d192ce

%0
%30
%1
%18

Triadic Colors of #d192ce

#d192ce #ced192 #92ced1

Analogous Colors of #d192ce

#d192ce #d192af #b592d1

Monochromatic Colors of #d192ce

#d192ce

Complementary Color

#d192ce #92d195

#d192ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d192ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d192ce Color CSS Codes

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

#d192ce Text Font Color

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

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


#d192ce Background Color

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

This div background color is #d192ce


#d192ce Border Color

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

This div border color is #d192ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d192ce


Comments

No comments written yet.

Please login to write comment.