Color Hex Logo

#d777cc Color Hex

#D777CC
(215,119,204)
0 Favorites   0 Comments

Color spaces of #d777cc

RGB 215119204
HSL0.850.550.65
HSV307°45°84°
CMYK 0.000.450.05   0.16
XYZ45.520232.000460.9042
Yxy32.00040.32880.2312
Hunter Lab56.568944.6409-24.2356
CIE-Lab63.343249.1971-27.9894

#d777cc color RGB value is (215,119,204).

#d777cc hex color red value is 215, green value is 119 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d777cc hue: 0.85 , saturation: 0.55 and the lightness value of d777cc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110111 11001100
Octal 327 167 314
Decimal 215 119 204
Hex D7 77 CC

RGB Percentages of Color #d777cc

%39.96
%22.12
%37.92

CMYK Percentages of Color #d777cc

%0
%45
%5
%16

Triadic Colors of #d777cc

#d777cc #ccd777 #77ccd7

Analogous Colors of #d777cc

#d777cc #d7779c #b277d7

Monochromatic Colors of #d777cc

#d777cc

Complementary Color

#d777cc #77d782

#d777cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d777cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d777cc Color CSS Codes

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

#d777cc Text Font Color

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

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


#d777cc Background Color

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

This div background color is #d777cc


#d777cc Border Color

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

This div border color is #d777cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d777cc


Comments

No comments written yet.

Please login to write comment.