Color Hex Logo

#df35db Color Hex

#DF35DB
(223,53,219)
0 Favorites   0 Comments

Color spaces of #df35db

RGB 22353219
HSL0.840.730.54
HSV301°76°87°
CMYK 0.000.760.02   0.13
XYZ44.490723.348769.1797
Yxy23.34870.32470.1704
Hunter Lab48.320579.7916-51.0602
CIE-Lab55.429780.3354-48.7824

#df35db color RGB value is (223,53,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 11011011
Octal 337 65 333
Decimal 223 53 219
Hex DF 35 DB

RGB Percentages of Color #df35db

%45.05
%10.71
%44.24

CMYK Percentages of Color #df35db

%0
%76
%2
%13

Triadic Colors of #df35db

#df35db #dbdf35 #35dbdf

Analogous Colors of #df35db

#df35db #df3586 #8e35df

Monochromatic Colors of #df35db

#df35db

Complementary Color

#df35db #35df39

#df35db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df35db Color Preview on White Background

Lorem ipsum dolor sit amet.

#df35db Color CSS Codes

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

#df35db Text Font Color

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

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


#df35db Background Color

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

This div background color is #df35db


#df35db Border Color

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

This div border color is #df35db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df35db


Comments

No comments written yet.

Please login to write comment.