Color Hex Logo

#df256c Color Hex

#DF256C
(223,37,108)
0 Favorites   0 Comments

Color spaces of #df256c

RGB 22337108
HSL0.940.740.51
HSV337°83°87°
CMYK 0.000.830.52   0.13
XYZ33.799818.093815.8984
Yxy18.09380.49860.2669
Hunter Lab42.536867.39697.6158
CIE-Lab49.609771.43777.8041

#df256c color RGB value is (223,37,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100101 01101100
Octal 337 45 154
Decimal 223 37 108
Hex DF 25 6C

RGB Percentages of Color #df256c

%60.60
%10.05
%29.35

CMYK Percentages of Color #df256c

%0
%83
%52
%13

Triadic Colors of #df256c

#df256c #6cdf25 #256cdf

Analogous Colors of #df256c

#df256c #df3b25 #df25c9

Monochromatic Colors of #df256c

#df256c

Complementary Color

#df256c #25df98

#df256c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df256c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df256c Color CSS Codes

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

#df256c Text Font Color

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

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


#df256c Background Color

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

This div background color is #df256c


#df256c Border Color

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

This div border color is #df256c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df256c


Comments

No comments written yet.

Please login to write comment.