Color Hex Logo

#df73ca Color Hex

#DF73CA
(223,115,202)
0 Favorites   0 Comments

Color spaces of #df73ca

RGB 223115202
HSL0.870.630.66
HSV312°48°87°
CMYK 0.000.480.09   0.13
XYZ47.222832.213759.6061
Yxy32.21370.33960.2317
Hunter Lab56.757149.1898-22.5361
CIE-Lab63.519153.2567-26.5070

#df73ca color RGB value is (223,115,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 11001010
Octal 337 163 312
Decimal 223 115 202
Hex DF 73 CA

RGB Percentages of Color #df73ca

%41.30
%21.30
%37.41

CMYK Percentages of Color #df73ca

%0
%48
%9
%13

Triadic Colors of #df73ca

#df73ca #cadf73 #73cadf

Analogous Colors of #df73ca

#df73ca #df7394 #be73df

Monochromatic Colors of #df73ca

#df73ca

Complementary Color

#df73ca #73df88

#df73ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df73ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#df73ca Color CSS Codes

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

#df73ca Text Font Color

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

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


#df73ca Background Color

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

This div background color is #df73ca


#df73ca Border Color

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

This div border color is #df73ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df73ca


Comments

No comments written yet.

Please login to write comment.