Color Hex Logo

#df4aee Color Hex

#DF4AEE
(223,74,238)
0 Favorites   0 Comments

Color spaces of #df4aee

RGB 22374238
HSL0.820.830.61
HSV295°69°93°
CMYK 0.060.690.00   0.07
XYZ48.312826.758683.5075
Yxy26.75860.30470.1687
Hunter Lab51.728776.1875-59.5038
CIE-Lab58.750276.8360-54.1909

#df4aee color RGB value is (223,74,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001010 11101110
Octal 337 112 356
Decimal 223 74 238
Hex DF 4A EE

RGB Percentages of Color #df4aee

%41.68
%13.83
%44.49

CMYK Percentages of Color #df4aee

%6
%69
%0
%7

Triadic Colors of #df4aee

#df4aee #eedf4a #4aeedf

Analogous Colors of #df4aee

#df4aee #ee4aab #8d4aee

Monochromatic Colors of #df4aee

#df4aee

Complementary Color

#df4aee #59ee4a

#df4aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4aee Color CSS Codes

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

#df4aee Text Font Color

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

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


#df4aee Background Color

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

This div background color is #df4aee


#df4aee Border Color

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

This div border color is #df4aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4aee


Comments

No comments written yet.

Please login to write comment.