Color Hex Logo

#df234f Color Hex

#DF234F
(223,35,79)
0 Favorites   0 Comments

Color spaces of #df234f

RGB 2233579
HSL0.960.750.51
HSV346°84°87°
CMYK 0.000.840.65   0.13
XYZ32.443717.45469.0562
Yxy17.45460.55030.2961
Hunter Lab41.778765.503416.3930
CIE-Lab48.827870.005624.4698

#df234f color RGB value is (223,35,79).

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

The process color (four color CMYK) of #df234f color hex is 0.00, 0.84, 0.65, 0.13. Web safe color of #df234f is #cc3366. Color #df234f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100011 01001111
Octal 337 43 117
Decimal 223 35 79
Hex DF 23 4F

RGB Percentages of Color #df234f

%66.17
%10.39
%23.44

CMYK Percentages of Color #df234f

%0
%84
%65
%13

Triadic Colors of #df234f

#df234f #4fdf23 #234fdf

Analogous Colors of #df234f

#df234f #df5523 #df23ad

Monochromatic Colors of #df234f

#df234f

Complementary Color

#df234f #23dfb3

#df234f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df234f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df234f Color CSS Codes

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

#df234f Text Font Color

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

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


#df234f Background Color

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

This div background color is #df234f


#df234f Border Color

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

This div border color is #df234f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df234f


Comments

No comments written yet.

Please login to write comment.