color codes Logo

#df7cdd color codes

#DF7CDD
(223,124,221)
0 Favorites   0 Comments

Color spaces of #df7cdd

RGB 223124221
HSL0.840.610.68
HSV301°44°87°
CMYK 0.000.440.01   0.13
XYZ50.690235.323772.5531
Yxy35.32370.31970.2228
Hunter Lab59.433748.2311-30.7740
CIE-Lab65.999952.0281-33.3084

#df7cdd color RGB value is (223,124,221).

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

The process color (four color CMYK) of #df7cdd color code is 0.00, 0.44, 0.01, 0.13. Web safe color of #df7cdd is #cc66cc. Color #df7cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111100 11011101
Octal 337 174 335
Decimal 223 124 221
Hex DF 7C DD

RGB Percentages of Color #df7cdd

%39.26
%21.83
%38.91

CMYK Percentages of Color #df7cdd

%0
%44
%1
%13

Triadic Colors of #df7cdd

#df7cdd #dddf7c #7cdddf

Analogous Colors of #df7cdd

#df7cdd #df7cac #b07cdf

Monochromatic Colors of #df7cdd

#df7cdd

Complementary Color

#df7cdd #7cdf7e

#df7cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7cdd Color CSS Codes

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

#df7cdd Text Font Color

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

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


#df7cdd Background Color

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

This div background color is #df7cdd


#df7cdd Border Color

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

This div border color is #df7cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7cdd


Comments

No comments written yet.

Please login to write comment.