Color Hex Logo

#df35dc Color Hex

#DF35DC
(223,53,220)
0 Favorites   0 Comments

Color spaces of #df35dc

RGB 22353220
HSL0.840.730.54
HSV301°76°87°
CMYK 0.000.760.01   0.13
XYZ44.622823.401569.8752
Yxy23.40150.32360.1697
Hunter Lab48.375179.9979-51.7786
CIE-Lab55.483580.4874-49.2639

#df35dc color RGB value is (223,53,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 11011100
Octal 337 65 334
Decimal 223 53 220
Hex DF 35 DC

RGB Percentages of Color #df35dc

%44.96
%10.69
%44.35

CMYK Percentages of Color #df35dc

%0
%76
%1
%13

Triadic Colors of #df35dc

#df35dc #dcdf35 #35dcdf

Analogous Colors of #df35dc

#df35dc #df3587 #8d35df

Monochromatic Colors of #df35dc

#df35dc

Complementary Color

#df35dc #35df38

#df35dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df35dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df35dc Color CSS Codes

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

#df35dc Text Font Color

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

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


#df35dc Background Color

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

This div background color is #df35dc


#df35dc Border Color

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

This div border color is #df35dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df35dc


Comments

No comments written yet.

Please login to write comment.