Color Hex Logo

#de40ae Color Hex

#DE40AE
(222,64,174)
0 Favorites   0 Comments

Color spaces of #de40ae

RGB 22264174
HSL0.880.710.56
HSV318°71°87°
CMYK 0.000.710.22   0.13
XYZ39.597622.252442.2525
Yxy22.25240.38040.2138
Hunter Lab47.172467.2851-20.0855
CIE-Lab54.293870.4432-24.6833

#de40ae color RGB value is (222,64,174).

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

The process color (four color CMYK) of #de40ae color hex is 0.00, 0.71, 0.22, 0.13. Web safe color of #de40ae is #cc3399. Color #de40ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000000 10101110
Octal 336 100 256
Decimal 222 64 174
Hex DE 40 AE

RGB Percentages of Color #de40ae

%48.26
%13.91
%37.83

CMYK Percentages of Color #de40ae

%0
%71
%22
%13

Triadic Colors of #de40ae

#de40ae #aede40 #40aede

Analogous Colors of #de40ae

#de40ae #de405f #bf40de

Monochromatic Colors of #de40ae

#de40ae

Complementary Color

#de40ae #40de70

#de40ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de40ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#de40ae Color CSS Codes

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

#de40ae Text Font Color

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

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


#de40ae Background Color

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

This div background color is #de40ae


#de40ae Border Color

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

This div border color is #de40ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de40ae


Comments

No comments written yet.

Please login to write comment.