Color Hex Logo

#d994dc Color Hex

#D994DC
(217,148,220)
0 Favorites   0 Comments

Color spaces of #d994dc

RGB 217148220
HSL0.830.510.72
HSV298°33°86°
CMYK 0.010.330.00   0.14
XYZ52.123441.098872.8958
Yxy41.09880.31380.2474
Hunter Lab64.108332.9401-22.5412
CIE-Lab70.245137.5160-26.2637

#d994dc color RGB value is (217,148,220).

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

The process color (four color CMYK) of #d994dc color hex is 0.01, 0.33, 0.00, 0.14. Web safe color of #d994dc is #cc99cc. Color #d994dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010100 11011100
Octal 331 224 334
Decimal 217 148 220
Hex D9 94 DC

RGB Percentages of Color #d994dc

%37.09
%25.30
%37.61

CMYK Percentages of Color #d994dc

%1
%33
%0
%14

Triadic Colors of #d994dc

#d994dc #dcd994 #94dcd9

Analogous Colors of #d994dc

#d994dc #dc94bb #b594dc

Monochromatic Colors of #d994dc

#d994dc

Complementary Color

#d994dc #97dc94

#d994dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d994dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d994dc Color CSS Codes

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

#d994dc Text Font Color

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

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


#d994dc Background Color

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

This div background color is #d994dc


#d994dc Border Color

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

This div border color is #d994dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,148,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d994dc


Comments

No comments written yet.

Please login to write comment.