Color Hex Logo

#d791cc Color Hex

#D791CC
(215,145,204)
0 Favorites   0 Comments

Color spaces of #d791cc

RGB 215145204
HSL0.860.470.71
HSV309°33°84°
CMYK 0.000.330.05   0.16
XYZ49.048839.057562.0804
Yxy39.05750.32660.2601
Hunter Lab62.496030.7243-15.1485
CIE-Lab68.792935.5647-19.6475

#d791cc color RGB value is (215,145,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010001 11001100
Octal 327 221 314
Decimal 215 145 204
Hex D7 91 CC

RGB Percentages of Color #d791cc

%38.12
%25.71
%36.17

CMYK Percentages of Color #d791cc

%0
%33
%5
%16

Triadic Colors of #d791cc

#d791cc #ccd791 #91ccd7

Analogous Colors of #d791cc

#d791cc #d791a9 #bf91d7

Monochromatic Colors of #d791cc

#d791cc

Complementary Color

#d791cc #91d79c

#d791cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d791cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d791cc Color CSS Codes

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

#d791cc Text Font Color

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

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


#d791cc Background Color

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

This div background color is #d791cc


#d791cc Border Color

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

This div border color is #d791cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d791cc


Comments

No comments written yet.

Please login to write comment.