Color Hex Logo

#df73cd Color Hex

#DF73CD
(223,115,205)
0 Favorites   0 Comments

Color spaces of #df73cd

RGB 223115205
HSL0.860.630.66
HSV310°48°87°
CMYK 0.000.480.08   0.13
XYZ47.581632.357261.4953
Yxy32.35720.33640.2288
Hunter Lab56.883449.7651-24.2787
CIE-Lab63.637053.7489-28.0143

#df73cd color RGB value is (223,115,205).

#df73cd hex color red value is 223, green value is 115 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #df73cd hue: 0.86 , saturation: 0.63 and the lightness value of df73cd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 11001101
Octal 337 163 315
Decimal 223 115 205
Hex DF 73 CD

RGB Percentages of Color #df73cd

%41.07
%21.18
%37.75

CMYK Percentages of Color #df73cd

%0
%48
%8
%13

Triadic Colors of #df73cd

#df73cd #cddf73 #73cddf

Analogous Colors of #df73cd

#df73cd #df7397 #bb73df

Monochromatic Colors of #df73cd

#df73cd

Complementary Color

#df73cd #73df85

#df73cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df73cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df73cd Color CSS Codes

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

#df73cd Text Font Color

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

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


#df73cd Background Color

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

This div background color is #df73cd


#df73cd Border Color

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

This div border color is #df73cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df73cd


Comments

No comments written yet.

Please login to write comment.