Color Hex Logo

#d777cd Color Hex

#D777CD
(215,119,205)
0 Favorites   0 Comments

Color spaces of #d777cd

RGB 215119205
HSL0.850.550.65
HSV306°45°84°
CMYK 0.000.450.05   0.16
XYZ45.640632.048561.5381
Yxy32.04850.32780.2302
Hunter Lab56.611444.8383-24.8218
CIE-Lab63.382949.3705-28.4906

#d777cd color RGB value is (215,119,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110111 11001101
Octal 327 167 315
Decimal 215 119 205
Hex D7 77 CD

RGB Percentages of Color #d777cd

%39.89
%22.08
%38.03

CMYK Percentages of Color #d777cd

%0
%45
%5
%16

Triadic Colors of #d777cd

#d777cd #cdd777 #77cdd7

Analogous Colors of #d777cd

#d777cd #d7779d #b177d7

Monochromatic Colors of #d777cd

#d777cd

Complementary Color

#d777cd #77d781

#d777cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d777cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d777cd Color CSS Codes

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

#d777cd Text Font Color

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

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


#d777cd Background Color

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

This div background color is #d777cd


#d777cd Border Color

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

This div border color is #d777cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,119,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d777cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d777cd


Comments

No comments written yet.

Please login to write comment.