Color Hex Logo

#df7dda Color Hex

#DF7DDA
(223,125,218)
0 Favorites   0 Comments

Color spaces of #df7dda

RGB 223125218
HSL0.840.600.68
HSV303°44°87°
CMYK 0.000.440.02   0.13
XYZ50.419935.417270.5084
Yxy35.41720.32250.2265
Hunter Lab59.512447.0817-28.5863
CIE-Lab66.072250.9946-31.5271

#df7dda color RGB value is (223,125,218).

#df7dda hex color red value is 223, green value is 125 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #df7dda hue: 0.84 , saturation: 0.60 and the lightness value of df7dda is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111101 11011010
Octal 337 175 332
Decimal 223 125 218
Hex DF 7D DA

RGB Percentages of Color #df7dda

%39.40
%22.08
%38.52

CMYK Percentages of Color #df7dda

%0
%44
%2
%13

Triadic Colors of #df7dda

#df7dda #dadf7d #7ddadf

Analogous Colors of #df7dda

#df7dda #df7da9 #b37ddf

Monochromatic Colors of #df7dda

#df7dda

Complementary Color

#df7dda #7ddf82

#df7dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7dda Color CSS Codes

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

#df7dda Text Font Color

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

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


#df7dda Background Color

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

This div background color is #df7dda


#df7dda Border Color

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

This div border color is #df7dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7dda


Comments

No comments written yet.

Please login to write comment.