Color Hex Logo

#df256f Color Hex

#DF256F
(223,37,111)
0 Favorites   0 Comments

Color spaces of #df256f

RGB 22337111
HSL0.930.740.51
HSV336°83°87°
CMYK 0.000.830.50   0.13
XYZ33.962218.158816.7539
Yxy18.15880.49310.2636
Hunter Lab42.613167.68956.5186
CIE-Lab49.688271.66596.0833

#df256f color RGB value is (223,37,111).

#df256f hex color red value is 223, green value is 37 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #df256f hue: 0.93 , saturation: 0.74 and the lightness value of df256f is 0.51.

The process color (four color CMYK) of #df256f color hex is 0.00, 0.83, 0.50, 0.13. Web safe color of #df256f is #cc3366. Color #df256f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100101 01101111
Octal 337 45 157
Decimal 223 37 111
Hex DF 25 6F

RGB Percentages of Color #df256f

%60.11
%9.97
%29.92

CMYK Percentages of Color #df256f

%0
%83
%50
%13

Triadic Colors of #df256f

#df256f #6fdf25 #256fdf

Analogous Colors of #df256f

#df256f #df3825 #df25cc

Monochromatic Colors of #df256f

#df256f

Complementary Color

#df256f #25df95

#df256f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df256f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df256f Color CSS Codes

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

#df256f Text Font Color

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

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


#df256f Background Color

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

This div background color is #df256f


#df256f Border Color

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

This div border color is #df256f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df256f


Comments

No comments written yet.

Please login to write comment.