Color Hex Logo

#df36cd Color Hex

#DF36CD
(223,54,205)
0 Favorites   0 Comments

Color spaces of #df36cd

RGB 22354205
HSL0.850.730.54
HSV306°76°87°
CMYK 0.000.760.08   0.13
XYZ42.770022.734159.8915
Yxy22.73410.34110.1813
Hunter Lab47.680376.6769-41.0983
CIE-Lab54.797477.9901-41.8051

#df36cd color RGB value is (223,54,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110110 11001101
Octal 337 66 315
Decimal 223 54 205
Hex DF 36 CD

RGB Percentages of Color #df36cd

%46.27
%11.20
%42.53

CMYK Percentages of Color #df36cd

%0
%76
%8
%13

Triadic Colors of #df36cd

#df36cd #cddf36 #36cddf

Analogous Colors of #df36cd

#df36cd #df3679 #9d36df

Monochromatic Colors of #df36cd

#df36cd

Complementary Color

#df36cd #36df48

#df36cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df36cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df36cd Color CSS Codes

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

#df36cd Text Font Color

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

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


#df36cd Background Color

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

This div background color is #df36cd


#df36cd Border Color

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

This div border color is #df36cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df36cd


Comments

No comments written yet.

Please login to write comment.