color codes Logo

#df58cc color codes

#DF58CC
(223,88,204)
0 Favorites   0 Comments

Color spaces of #df58cc

RGB 22388204
HSL0.860.680.61
HSV308°61°87°
CMYK 0.000.610.09   0.13
XYZ44.820227.027159.9812
Yxy27.02710.34000.2050
Hunter Lab51.987662.9124-32.0151
CIE-Lab58.999465.9049-34.6420

#df58cc color RGB value is (223,88,204).

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

The process color (four color CMYK) of #df58cc color code is 0.00, 0.61, 0.09, 0.13. Web safe color of #df58cc is #cc66cc. Color #df58cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011000 11001100
Octal 337 130 314
Decimal 223 88 204
Hex DF 58 CC

RGB Percentages of Color #df58cc

%43.30
%17.09
%39.61

CMYK Percentages of Color #df58cc

%0
%61
%9
%13

Triadic Colors of #df58cc

#df58cc #ccdf58 #58ccdf

Analogous Colors of #df58cc

#df58cc #df5889 #af58df

Monochromatic Colors of #df58cc

#df58cc

Complementary Color

#df58cc #58df6b

#df58cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df58cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df58cc Color CSS Codes

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

#df58cc Text Font Color

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

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


#df58cc Background Color

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

This div background color is #df58cc


#df58cc Border Color

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

This div border color is #df58cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df58cc


Comments

No comments written yet.

Please login to write comment.