Color Hex Logo

#df7fdd Color Hex

#DF7FDD
(223,127,221)
0 Favorites   0 Comments

Color spaces of #df7fdd

RGB 223127221
HSL0.840.600.69
HSV301°43°87°
CMYK 0.000.430.01   0.13
XYZ51.071936.087272.6803
Yxy36.08720.31950.2258
Hunter Lab60.072646.6281-29.6826
CIE-Lab66.586550.5150-32.3991

#df7fdd color RGB value is (223,127,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111111 11011101
Octal 337 177 335
Decimal 223 127 221
Hex DF 7F DD

RGB Percentages of Color #df7fdd

%39.05
%22.24
%38.70

CMYK Percentages of Color #df7fdd

%0
%43
%1
%13

Triadic Colors of #df7fdd

#df7fdd #dddf7f #7fdddf

Analogous Colors of #df7fdd

#df7fdd #df7fad #b17fdf

Monochromatic Colors of #df7fdd

#df7fdd

Complementary Color

#df7fdd #7fdf81

#df7fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7fdd Color CSS Codes

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

#df7fdd Text Font Color

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

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


#df7fdd Background Color

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

This div background color is #df7fdd


#df7fdd Border Color

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

This div border color is #df7fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7fdd


Comments

No comments written yet.

Please login to write comment.