Color Hex Logo

#d669cc Color Hex

#D669CC
(214,105,204)
0 Favorites   0 Comments

Color spaces of #d669cc

RGB 214105204
HSL0.850.570.63
HSV306°51°84°
CMYK 0.000.510.05   0.16
XYZ43.682228.758960.3755
Yxy28.75890.32890.2165
Hunter Lab53.627351.5496-29.2116
CIE-Lab60.568355.8205-32.2956

#d669cc color RGB value is (214,105,204).

#d669cc hex color red value is 214, green value is 105 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d669cc hue: 0.85 , saturation: 0.57 and the lightness value of d669cc is 0.63.

The process color (four color CMYK) of #d669cc color hex is 0.00, 0.51, 0.05, 0.16. Web safe color of #d669cc is #cc66cc. Color #d669cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101001 11001100
Octal 326 151 314
Decimal 214 105 204
Hex D6 69 CC

RGB Percentages of Color #d669cc

%40.92
%20.08
%39.01

CMYK Percentages of Color #d669cc

%0
%51
%5
%16

Triadic Colors of #d669cc

#d669cc #ccd669 #69ccd6

Analogous Colors of #d669cc

#d669cc #d66996 #aa69d6

Monochromatic Colors of #d669cc

#d669cc

Complementary Color

#d669cc #69d673

#d669cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d669cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d669cc Color CSS Codes

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

#d669cc Text Font Color

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

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


#d669cc Background Color

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

This div background color is #d669cc


#d669cc Border Color

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

This div border color is #d669cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d669cc


Comments

No comments written yet.

Please login to write comment.