Color Hex Logo

#d994cc Color Hex

#D994CC
(217,148,204)
0 Favorites   0 Comments

Color spaces of #d994cc

RGB 217148204
HSL0.860.480.72
HSV311°32°85°
CMYK 0.000.320.06   0.15
XYZ50.104340.291262.2629
Yxy40.29120.32820.2639
Hunter Lab63.475329.8172-13.7248
CIE-Lab69.676434.6128-18.2865

#d994cc color RGB value is (217,148,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010100 11001100
Octal 331 224 314
Decimal 217 148 204
Hex D9 94 CC

RGB Percentages of Color #d994cc

%38.14
%26.01
%35.85

CMYK Percentages of Color #d994cc

%0
%32
%6
%15

Triadic Colors of #d994cc

#d994cc #ccd994 #94ccd9

Analogous Colors of #d994cc

#d994cc #d994aa #c494d9

Monochromatic Colors of #d994cc

#d994cc

Complementary Color

#d994cc #94d9a1

#d994cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d994cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d994cc Color CSS Codes

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

#d994cc Text Font Color

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

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


#d994cc Background Color

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

This div background color is #d994cc


#d994cc Border Color

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

This div border color is #d994cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d994cc


Comments

No comments written yet.

Please login to write comment.