Color Hex Logo

#df7fda Color Hex

#DF7FDA
(223,127,218)
0 Favorites   0 Comments

Color spaces of #df7fda

RGB 223127218
HSL0.840.600.69
HSV303°43°87°
CMYK 0.000.430.02   0.13
XYZ50.675735.928770.5937
Yxy35.92870.32240.2286
Hunter Lab59.940646.0138-27.8691
CIE-Lab66.465449.9830-30.9189

#df7fda color RGB value is (223,127,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111111 11011010
Octal 337 177 332
Decimal 223 127 218
Hex DF 7F DA

RGB Percentages of Color #df7fda

%39.26
%22.36
%38.38

CMYK Percentages of Color #df7fda

%0
%43
%2
%13

Triadic Colors of #df7fda

#df7fda #dadf7f #7fdadf

Analogous Colors of #df7fda

#df7fda #df7faa #b47fdf

Monochromatic Colors of #df7fda

#df7fda

Complementary Color

#df7fda #7fdf84

#df7fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7fda Color CSS Codes

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

#df7fda Text Font Color

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

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


#df7fda Background Color

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

This div background color is #df7fda


#df7fda Border Color

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

This div border color is #df7fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,127,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 #df7fda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7fda


Comments

No comments written yet.

Please login to write comment.