Color Hex Logo

#d794cc Color Hex

#D794CC
(215,148,204)
0 Favorites   0 Comments

Color spaces of #d794cc

RGB 215148204
HSL0.860.460.71
HSV310°31°84°
CMYK 0.000.310.05   0.16
XYZ49.513339.986562.2353
Yxy39.98650.32630.2635
Hunter Lab63.234929.1056-14.0884
CIE-Lab69.459933.9517-18.6352

#d794cc color RGB value is (215,148,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010100 11001100
Octal 327 224 314
Decimal 215 148 204
Hex D7 94 CC

RGB Percentages of Color #d794cc

%37.92
%26.10
%35.98

CMYK Percentages of Color #d794cc

%0
%31
%5
%16

Triadic Colors of #d794cc

#d794cc #ccd794 #94ccd7

Analogous Colors of #d794cc

#d794cc #d794ab #c194d7

Monochromatic Colors of #d794cc

#d794cc

Complementary Color

#d794cc #94d79f

#d794cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d794cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d794cc Color CSS Codes

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

#d794cc Text Font Color

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

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


#d794cc Background Color

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

This div background color is #d794cc


#d794cc Border Color

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

This div border color is #d794cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d794cc


Comments

No comments written yet.

Please login to write comment.