Color Hex Logo

#df234c Color Hex

#DF234C
(223,35,76)
0 Favorites   0 Comments

Color spaces of #df234c

RGB 2233576
HSL0.960.750.51
HSV347°84°87°
CMYK 0.000.840.66   0.13
XYZ32.337017.41188.4940
Yxy17.41180.55520.2990
Hunter Lab41.727465.306917.1402
CIE-Lab48.774869.850726.2237

#df234c color RGB value is (223,35,76).

#df234c hex color red value is 223, green value is 35 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #df234c hue: 0.96 , saturation: 0.75 and the lightness value of df234c is 0.51.

The process color (four color CMYK) of #df234c color hex is 0.00, 0.84, 0.66, 0.13. Web safe color of #df234c is #cc3333. Color #df234c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100011 01001100
Octal 337 43 114
Decimal 223 35 76
Hex DF 23 4C

RGB Percentages of Color #df234c

%66.77
%10.48
%22.75

CMYK Percentages of Color #df234c

%0
%84
%66
%13

Triadic Colors of #df234c

#df234c #4cdf23 #234cdf

Analogous Colors of #df234c

#df234c #df5823 #df23aa

Monochromatic Colors of #df234c

#df234c

Complementary Color

#df234c #23dfb6

#df234c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df234c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df234c Color CSS Codes

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

#df234c Text Font Color

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

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


#df234c Background Color

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

This div background color is #df234c


#df234c Border Color

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

This div border color is #df234c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df234c


Comments

No comments written yet.

Please login to write comment.