Color Hex Logo

#de4076 Color Hex

#DE4076
(222,64,118)
0 Favorites   0 Comments

Color spaces of #de4076

RGB 22264118
HSL0.940.710.56
HSV339°71°87°
CMYK 0.000.710.47   0.13
XYZ35.227620.504419.2406
Yxy20.50440.46990.2735
Hunter Lab45.281859.62356.5044
CIE-Lab52.402864.31795.7039

#de4076 color RGB value is (222,64,118).

#de4076 hex color red value is 222, green value is 64 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #de4076 hue: 0.94 , saturation: 0.71 and the lightness value of de4076 is 0.56.

The process color (four color CMYK) of #de4076 color hex is 0.00, 0.71, 0.47, 0.13. Web safe color of #de4076 is #cc3366. Color #de4076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000000 01110110
Octal 336 100 166
Decimal 222 64 118
Hex DE 40 76

RGB Percentages of Color #de4076

%54.95
%15.84
%29.21

CMYK Percentages of Color #de4076

%0
%71
%47
%13

Triadic Colors of #de4076

#de4076 #76de40 #4076de

Analogous Colors of #de4076

#de4076 #de5940 #de40c5

Monochromatic Colors of #de4076

#de4076

Complementary Color

#de4076 #40dea8

#de4076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de4076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de4076 Color CSS Codes

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

#de4076 Text Font Color

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

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


#de4076 Background Color

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

This div background color is #de4076


#de4076 Border Color

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

This div border color is #de4076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de4076


Comments

No comments written yet.

Please login to write comment.