Color Hex Logo

#de468e Color Hex

#DE468E
(222,70,142)
0 Favorites   0 Comments

Color spaces of #de468e

RGB 22270142
HSL0.920.700.57
HSV332°68°87°
CMYK 0.000.680.36   0.13
XYZ37.196821.862927.8507
Yxy21.86290.42800.2516
Hunter Lab46.757860.1744-2.5849
CIE-Lab53.881264.5165-6.4717

#de468e color RGB value is (222,70,142).

#de468e hex color red value is 222, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #de468e hue: 0.92 , saturation: 0.70 and the lightness value of de468e is 0.57.

The process color (four color CMYK) of #de468e color hex is 0.00, 0.68, 0.36, 0.13. Web safe color of #de468e is #cc3399. Color #de468e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000110 10001110
Octal 336 106 216
Decimal 222 70 142
Hex DE 46 8E

RGB Percentages of Color #de468e

%51.15
%16.13
%32.72

CMYK Percentages of Color #de468e

%0
%68
%36
%13

Triadic Colors of #de468e

#de468e #8ede46 #468ede

Analogous Colors of #de468e

#de468e #de4a46 #de46da

Monochromatic Colors of #de468e

#de468e

Complementary Color

#de468e #46de96

#de468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de468e Color CSS Codes

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

#de468e Text Font Color

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

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


#de468e Background Color

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

This div background color is #de468e


#de468e Border Color

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

This div border color is #de468e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de468e


Comments

No comments written yet.

Please login to write comment.