Color Hex Logo

#d799ce Color Hex

#D799CE
(215,153,206)
0 Favorites   0 Comments

Color spaces of #d799ce

RGB 215153206
HSL0.860.440.72
HSV309°29°84°
CMYK 0.000.290.04   0.16
XYZ50.556141.685863.7741
Yxy41.68580.32400.2672
Hunter Lab64.564526.7833-13.3690
CIE-Lab70.653831.6106-17.9338

#d799ce color RGB value is (215,153,206).

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

The process color (four color CMYK) of #d799ce color hex is 0.00, 0.29, 0.04, 0.16. Web safe color of #d799ce is #cc99cc. Color #d799ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011001 11001110
Octal 327 231 316
Decimal 215 153 206
Hex D7 99 CE

RGB Percentages of Color #d799ce

%37.46
%26.66
%35.89

CMYK Percentages of Color #d799ce

%0
%29
%4
%16

Triadic Colors of #d799ce

#d799ce #ced799 #99ced7

Analogous Colors of #d799ce

#d799ce #d799af #c199d7

Monochromatic Colors of #d799ce

#d799ce

Complementary Color

#d799ce #99d7a2

#d799ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d799ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d799ce Color CSS Codes

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

#d799ce Text Font Color

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

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


#d799ce Background Color

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

This div background color is #d799ce


#d799ce Border Color

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

This div border color is #d799ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d799ce


Comments

No comments written yet.

Please login to write comment.