Color Hex Logo

#df4aed Color Hex

#DF4AED
(223,74,237)
0 Favorites   0 Comments

Color spaces of #df4aed

RGB 22374237
HSL0.820.820.61
HSV295°69°93°
CMYK 0.060.690.00   0.07
XYZ48.166326.700082.7357
Yxy26.70000.30560.1694
Hunter Lab51.672075.9634-58.7629
CIE-Lab58.695676.6677-53.7193

#df4aed color RGB value is (223,74,237).

#df4aed hex color red value is 223, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #df4aed hue: 0.82 , saturation: 0.82 and the lightness value of df4aed is 0.61.

The process color (four color CMYK) of #df4aed color hex is 0.06, 0.69, 0.00, 0.07. Web safe color of #df4aed is #cc33ff. Color #df4aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001010 11101101
Octal 337 112 355
Decimal 223 74 237
Hex DF 4A ED

RGB Percentages of Color #df4aed

%41.76
%13.86
%44.38

CMYK Percentages of Color #df4aed

%6
%69
%0
%7

Triadic Colors of #df4aed

#df4aed #eddf4a #4aeddf

Analogous Colors of #df4aed

#df4aed #ed4aaa #8e4aed

Monochromatic Colors of #df4aed

#df4aed

Complementary Color

#df4aed #58ed4a

#df4aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4aed Color CSS Codes

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

#df4aed Text Font Color

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

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


#df4aed Background Color

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

This div background color is #df4aed


#df4aed Border Color

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

This div border color is #df4aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4aed


Comments

No comments written yet.

Please login to write comment.