Color Hex Logo

#df7ade Color Hex

#DF7ADE
(223,122,222)
0 Favorites   0 Comments

Color spaces of #df7ade

RGB 223122222
HSL0.830.610.68
HSV301°45°87°
CMYK 0.000.450.00   0.13
XYZ50.575834.881073.1743
Yxy34.88100.31880.2199
Hunter Lab59.060149.5022-32.1170
CIE-Lab65.655953.2056-34.3986

#df7ade color RGB value is (223,122,222).

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

The process color (four color CMYK) of #df7ade color hex is 0.00, 0.45, 0.00, 0.13. Web safe color of #df7ade is #cc66cc. Color #df7ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111010 11011110
Octal 337 172 336
Decimal 223 122 222
Hex DF 7A DE

RGB Percentages of Color #df7ade

%39.33
%21.52
%39.15

CMYK Percentages of Color #df7ade

%0
%45
%0
%13

Triadic Colors of #df7ade

#df7ade #dedf7a #7adedf

Analogous Colors of #df7ade

#df7ade #df7aac #ae7adf

Monochromatic Colors of #df7ade

#df7ade

Complementary Color

#df7ade #7adf7b

#df7ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7ade Color CSS Codes

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

#df7ade Text Font Color

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

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


#df7ade Background Color

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

This div background color is #df7ade


#df7ade Border Color

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

This div border color is #df7ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7ade


Comments

No comments written yet.

Please login to write comment.