Color Hex Logo

#d77fcd Color Hex

#D77FCD
(215,127,205)
0 Favorites   0 Comments

Color spaces of #d77fcd

RGB 215127205
HSL0.850.520.67
HSV307°41°84°
CMYK 0.000.410.05   0.16
XYZ46.633134.033661.8689
Yxy34.03360.32720.2388
Hunter Lab58.338340.5930-22.0413
CIE-Lab64.989245.2646-26.0169

#d77fcd color RGB value is (215,127,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111111 11001101
Octal 327 177 315
Decimal 215 127 205
Hex D7 7F CD

RGB Percentages of Color #d77fcd

%39.31
%23.22
%37.48

CMYK Percentages of Color #d77fcd

%0
%41
%5
%16

Triadic Colors of #d77fcd

#d77fcd #cdd77f #7fcdd7

Analogous Colors of #d77fcd

#d77fcd #d77fa1 #b57fd7

Monochromatic Colors of #d77fcd

#d77fcd

Complementary Color

#d77fcd #7fd789

#d77fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77fcd Color CSS Codes

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

#d77fcd Text Font Color

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

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


#d77fcd Background Color

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

This div background color is #d77fcd


#d77fcd Border Color

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

This div border color is #d77fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77fcd


Comments

No comments written yet.

Please login to write comment.