Color Hex Logo

#d694cc Color Hex

#D694CC
(214,148,204)
0 Favorites   0 Comments

Color spaces of #d694cc

RGB 214148204
HSL0.860.450.71
HSV309°31°84°
CMYK 0.000.310.05   0.16
XYZ49.220539.835662.2216
Yxy39.83560.32540.2633
Hunter Lab63.115428.7510-14.2695
CIE-Lab69.352333.6210-18.8086

#d694cc color RGB value is (214,148,204).

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

The process color (four color CMYK) of #d694cc color hex is 0.00, 0.31, 0.05, 0.16. Web safe color of #d694cc is #cc99cc. Color #d694cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010100 11001100
Octal 326 224 314
Decimal 214 148 204
Hex D6 94 CC

RGB Percentages of Color #d694cc

%37.81
%26.15
%36.04

CMYK Percentages of Color #d694cc

%0
%31
%5
%16

Triadic Colors of #d694cc

#d694cc #ccd694 #94ccd6

Analogous Colors of #d694cc

#d694cc #d694ab #bf94d6

Monochromatic Colors of #d694cc

#d694cc

Complementary Color

#d694cc #94d69e

#d694cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d694cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d694cc Color CSS Codes

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

#d694cc Text Font Color

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

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


#d694cc Background Color

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

This div background color is #d694cc


#d694cc Border Color

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

This div border color is #d694cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d694cc


Comments

No comments written yet.

Please login to write comment.