Color Hex Logo

#de4ad2 Color Hex

#DE4AD2
(222,74,210)
0 Favorites   0 Comments

Color spaces of #de4ad2

RGB 22274210
HSL0.850.690.58
HSV305°67°87°
CMYK 0.000.670.05   0.13
XYZ44.205825.080363.4838
Yxy25.08030.33300.1889
Hunter Lab50.080269.9215-40.1023
CIE-Lab57.153672.0745-40.9556

#de4ad2 color RGB value is (222,74,210).

#de4ad2 hex color red value is 222, green value is 74 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #de4ad2 hue: 0.85 , saturation: 0.69 and the lightness value of de4ad2 is 0.58.

The process color (four color CMYK) of #de4ad2 color hex is 0.00, 0.67, 0.05, 0.13. Web safe color of #de4ad2 is #cc33cc. Color #de4ad2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001010 11010010
Octal 336 112 322
Decimal 222 74 210
Hex DE 4A D2

RGB Percentages of Color #de4ad2

%43.87
%14.62
%41.50

CMYK Percentages of Color #de4ad2

%0
%67
%5
%13

Triadic Colors of #de4ad2

#de4ad2 #d2de4a #4ad2de

Analogous Colors of #de4ad2

#de4ad2 #de4a88 #a04ade

Monochromatic Colors of #de4ad2

#de4ad2

Complementary Color

#de4ad2 #4ade56

#de4ad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de4ad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de4ad2 Color CSS Codes

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

#de4ad2 Text Font Color

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

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


#de4ad2 Background Color

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

This div background color is #de4ad2


#de4ad2 Border Color

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

This div border color is #de4ad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de4ad2


Comments

No comments written yet.

Please login to write comment.