Color Hex Logo

#d994ce Color Hex

#D994CE
(217,148,206)
0 Favorites   0 Comments

Color spaces of #d994ce

RGB 217148206
HSL0.860.480.72
HSV310°32°85°
CMYK 0.000.320.05   0.15
XYZ50.345840.387863.5346
Yxy40.38780.32640.2618
Hunter Lab63.551430.1938-14.7884
CIE-Lab69.744934.9658-19.2911

#d994ce color RGB value is (217,148,206).

#d994ce hex color red value is 217, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d994ce hue: 0.86 , saturation: 0.48 and the lightness value of d994ce is 0.72.

The process color (four color CMYK) of #d994ce color hex is 0.00, 0.32, 0.05, 0.15. Web safe color of #d994ce is #cc99cc. Color #d994ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010100 11001110
Octal 331 224 316
Decimal 217 148 206
Hex D9 94 CE

RGB Percentages of Color #d994ce

%38.00
%25.92
%36.08

CMYK Percentages of Color #d994ce

%0
%32
%5
%15

Triadic Colors of #d994ce

#d994ce #ced994 #94ced9

Analogous Colors of #d994ce

#d994ce #d994ac #c294d9

Monochromatic Colors of #d994ce

#d994ce

Complementary Color

#d994ce #94d99f

#d994ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d994ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d994ce Color CSS Codes

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

#d994ce Text Font Color

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

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


#d994ce Background Color

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

This div background color is #d994ce


#d994ce Border Color

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

This div border color is #d994ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d994ce


Comments

No comments written yet.

Please login to write comment.