Color Hex Logo

#de77cd Color Hex

#DE77CD
(222,119,205)
0 Favorites   0 Comments

Color spaces of #de77cd

RGB 222119205
HSL0.860.610.67
HSV310°46°87°
CMYK 0.000.460.08   0.13
XYZ47.740533.131061.6363
Yxy33.13100.33500.2325
Hunter Lab57.559547.3206-23.1977
CIE-Lab64.266851.4756-27.0546

#de77cd color RGB value is (222,119,205).

#de77cd hex color red value is 222, green value is 119 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #de77cd hue: 0.86 , saturation: 0.61 and the lightness value of de77cd is 0.67.

The process color (four color CMYK) of #de77cd color hex is 0.00, 0.46, 0.08, 0.13. Web safe color of #de77cd is #cc66cc. Color #de77cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110111 11001101
Octal 336 167 315
Decimal 222 119 205
Hex DE 77 CD

RGB Percentages of Color #de77cd

%40.66
%21.79
%37.55

CMYK Percentages of Color #de77cd

%0
%46
%8
%13

Triadic Colors of #de77cd

#de77cd #cdde77 #77cdde

Analogous Colors of #de77cd

#de77cd #de779a #bc77de

Monochromatic Colors of #de77cd

#de77cd

Complementary Color

#de77cd #77de88

#de77cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de77cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de77cd Color CSS Codes

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

#de77cd Text Font Color

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

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


#de77cd Background Color

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

This div background color is #de77cd


#de77cd Border Color

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

This div border color is #de77cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de77cd


Comments

No comments written yet.

Please login to write comment.