Color Hex Logo

#de76d4 Color Hex

#DE76D4
(222,118,212)
0 Favorites   0 Comments

Color spaces of #de76d4

RGB 222118212
HSL0.850.610.67
HSV306°47°87°
CMYK 0.000.470.05   0.13
XYZ48.486333.239966.1478
Yxy33.23990.32790.2248
Hunter Lab57.654149.2216-27.6669
CIE-Lab64.354753.1559-30.8451

#de76d4 color RGB value is (222,118,212).

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

The process color (four color CMYK) of #de76d4 color hex is 0.00, 0.47, 0.05, 0.13. Web safe color of #de76d4 is #cc66cc. Color #de76d4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110110 11010100
Octal 336 166 324
Decimal 222 118 212
Hex DE 76 D4

RGB Percentages of Color #de76d4

%40.22
%21.38
%38.41

CMYK Percentages of Color #de76d4

%0
%47
%5
%13

Triadic Colors of #de76d4

#de76d4 #d4de76 #76d4de

Analogous Colors of #de76d4

#de76d4 #de76a0 #b476de

Monochromatic Colors of #de76d4

#de76d4

Complementary Color

#de76d4 #76de80

#de76d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de76d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de76d4 Color CSS Codes

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

#de76d4 Text Font Color

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

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


#de76d4 Background Color

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

This div background color is #de76d4


#de76d4 Border Color

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

This div border color is #de76d4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,118,212, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de76d4


Comments

No comments written yet.

Please login to write comment.