Color Hex Logo

#df35cc Color Hex

#DF35CC
(223,53,204)
0 Favorites   0 Comments

Color spaces of #df35cc

RGB 22353204
HSL0.850.730.54
HSV307°76°87°
CMYK 0.000.760.09   0.13
XYZ42.603622.593859.2423
Yxy22.59380.34240.1816
Hunter Lab47.532976.8063-40.6226
CIE-Lab54.651578.1216-41.4625

#df35cc color RGB value is (223,53,204).

#df35cc hex color red value is 223, green value is 53 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #df35cc hue: 0.85 , saturation: 0.73 and the lightness value of df35cc is 0.54.

The process color (four color CMYK) of #df35cc color hex is 0.00, 0.76, 0.09, 0.13. Web safe color of #df35cc is #cc33cc. Color #df35cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 11001100
Octal 337 65 314
Decimal 223 53 204
Hex DF 35 CC

RGB Percentages of Color #df35cc

%46.46
%11.04
%42.50

CMYK Percentages of Color #df35cc

%0
%76
%9
%13

Triadic Colors of #df35cc

#df35cc #ccdf35 #35ccdf

Analogous Colors of #df35cc

#df35cc #df3577 #9d35df

Monochromatic Colors of #df35cc

#df35cc

Complementary Color

#df35cc #35df48

#df35cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df35cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df35cc Color CSS Codes

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

#df35cc Text Font Color

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

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


#df35cc Background Color

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

This div background color is #df35cc


#df35cc Border Color

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

This div border color is #df35cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df35cc


Comments

No comments written yet.

Please login to write comment.