Color Hex Logo

#d798cc Color Hex

#D798CC
(215,152,204)
0 Favorites   0 Comments

Color spaces of #d798cc

RGB 215152204
HSL0.860.440.72
HSV310°29°84°
CMYK 0.000.290.05   0.16
XYZ50.151741.263262.4481
Yxy41.26320.32600.2682
Hunter Lab64.236426.9476-12.6739
CIE-Lab70.359931.7940-17.2725

#d798cc color RGB value is (215,152,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011000 11001100
Octal 327 230 314
Decimal 215 152 204
Hex D7 98 CC

RGB Percentages of Color #d798cc

%37.65
%26.62
%35.73

CMYK Percentages of Color #d798cc

%0
%29
%5
%16

Triadic Colors of #d798cc

#d798cc #ccd798 #98ccd7

Analogous Colors of #d798cc

#d798cc #d798ad #c398d7

Monochromatic Colors of #d798cc

#d798cc

Complementary Color

#d798cc #98d7a3

#d798cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d798cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d798cc Color CSS Codes

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

#d798cc Text Font Color

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

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


#d798cc Background Color

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

This div background color is #d798cc


#d798cc Border Color

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

This div border color is #d798cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d798cc


Comments

No comments written yet.

Please login to write comment.