Color Hex Logo

#d77fcc Color Hex

#D77FCC
(215,127,204)
0 Favorites   0 Comments

Color spaces of #d77fcc

RGB 215127204
HSL0.850.520.67
HSV308°41°84°
CMYK 0.000.410.05   0.16
XYZ46.512833.985561.2351
Yxy33.98550.32820.2398
Hunter Lab58.297140.3978-21.4701
CIE-Lab64.951145.0898-25.5152

#d77fcc color RGB value is (215,127,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111111 11001100
Octal 327 177 314
Decimal 215 127 204
Hex D7 7F CC

RGB Percentages of Color #d77fcc

%39.38
%23.26
%37.36

CMYK Percentages of Color #d77fcc

%0
%41
%5
%16

Triadic Colors of #d77fcc

#d77fcc #ccd77f #7fccd7

Analogous Colors of #d77fcc

#d77fcc #d77fa0 #b67fd7

Monochromatic Colors of #d77fcc

#d77fcc

Complementary Color

#d77fcc #7fd78a

#d77fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77fcc Color CSS Codes

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

#d77fcc Text Font Color

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

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


#d77fcc Background Color

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

This div background color is #d77fcc


#d77fcc Border Color

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

This div border color is #d77fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77fcc


Comments

No comments written yet.

Please login to write comment.