Color Hex Logo

#de407f Color Hex

#DE407F
(222,64,127)
0 Favorites   0 Comments

Color spaces of #de407f

RGB 22264127
HSL0.930.710.56
HSV336°71°87°
CMYK 0.000.710.43   0.13
XYZ35.788420.728722.1935
Yxy20.72870.45470.2634
Hunter Lab45.528860.63652.9686
CIE-Lab52.651365.14260.6619

#de407f color RGB value is (222,64,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000000 01111111
Octal 336 100 177
Decimal 222 64 127
Hex DE 40 7F

RGB Percentages of Color #de407f

%53.75
%15.50
%30.75

CMYK Percentages of Color #de407f

%0
%71
%43
%13

Triadic Colors of #de407f

#de407f #7fde40 #407fde

Analogous Colors of #de407f

#de407f #de5040 #de40ce

Monochromatic Colors of #de407f

#de407f

Complementary Color

#de407f #40de9f

#de407f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de407f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de407f Color CSS Codes

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

#de407f Text Font Color

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

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


#de407f Background Color

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

This div background color is #de407f


#de407f Border Color

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

This div border color is #de407f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de407f


Comments

No comments written yet.

Please login to write comment.