Color Hex Logo

#de4ad4 Color Hex

#DE4AD4
(222,74,212)
0 Favorites   0 Comments

Color spaces of #de4ad4

RGB 22274212
HSL0.840.690.58
HSV304°67°87°
CMYK 0.000.670.05   0.13
XYZ44.456625.180664.8046
Yxy25.18060.33070.1873
Hunter Lab50.180370.3244-41.4430
CIE-Lab57.251072.3860-41.9385

#de4ad4 color RGB value is (222,74,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001010 11010100
Octal 336 112 324
Decimal 222 74 212
Hex DE 4A D4

RGB Percentages of Color #de4ad4

%43.70
%14.57
%41.73

CMYK Percentages of Color #de4ad4

%0
%67
%5
%13

Triadic Colors of #de4ad4

#de4ad4 #d4de4a #4ad4de

Analogous Colors of #de4ad4

#de4ad4 #de4a8a #9e4ade

Monochromatic Colors of #de4ad4

#de4ad4

Complementary Color

#de4ad4 #4ade54

#de4ad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de4ad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de4ad4 Color CSS Codes

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

#de4ad4 Text Font Color

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

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


#de4ad4 Background Color

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

This div background color is #de4ad4


#de4ad4 Border Color

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

This div border color is #de4ad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de4ad4


Comments

No comments written yet.

Please login to write comment.