Color Hex Logo

#df4152 Color Hex

#DF4152
(223,65,82)
0 Favorites   0 Comments

Color spaces of #df4152

RGB 2236582
HSL0.980.710.56
HSV354°71°87°
CMYK 0.000.710.63   0.13
XYZ33.844720.077810.0742
Yxy20.07780.52890.3137
Hunter Lab44.808356.410718.0357
CIE-Lab51.925161.614426.6542

#df4152 color RGB value is (223,65,82).

#df4152 hex color red value is 223, green value is 65 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #df4152 hue: 0.98 , saturation: 0.71 and the lightness value of df4152 is 0.56.

The process color (four color CMYK) of #df4152 color hex is 0.00, 0.71, 0.63, 0.13. Web safe color of #df4152 is #cc3366. Color #df4152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000001 01010010
Octal 337 101 122
Decimal 223 65 82
Hex DF 41 52

RGB Percentages of Color #df4152

%60.27
%17.57
%22.16

CMYK Percentages of Color #df4152

%0
%71
%63
%13

Triadic Colors of #df4152

#df4152 #52df41 #4152df

Analogous Colors of #df4152

#df4152 #df7f41 #df41a1

Monochromatic Colors of #df4152

#df4152

Complementary Color

#df4152 #41dfce

#df4152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4152 Color CSS Codes

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

#df4152 Text Font Color

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

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


#df4152 Background Color

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

This div background color is #df4152


#df4152 Border Color

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

This div border color is #df4152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4152


Comments

No comments written yet.

Please login to write comment.