Color Hex Logo

#df455d Color Hex

#DF455D
(223,69,93)
0 Favorites   0 Comments

Color spaces of #df455d

RGB 2236993
HSL0.970.710.57
HSV351°69°87°
CMYK 0.000.690.58   0.13
XYZ34.535320.734512.5379
Yxy20.73450.50930.3058
Hunter Lab45.535255.693515.5494
CIE-Lab52.657760.850821.0741

#df455d color RGB value is (223,69,93).

#df455d hex color red value is 223, green value is 69 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #df455d hue: 0.97 , saturation: 0.71 and the lightness value of df455d is 0.57.

The process color (four color CMYK) of #df455d color hex is 0.00, 0.69, 0.58, 0.13. Web safe color of #df455d is #cc3366. Color #df455d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000101 01011101
Octal 337 105 135
Decimal 223 69 93
Hex DF 45 5D

RGB Percentages of Color #df455d

%57.92
%17.92
%24.16

CMYK Percentages of Color #df455d

%0
%69
%58
%13

Triadic Colors of #df455d

#df455d #5ddf45 #455ddf

Analogous Colors of #df455d

#df455d #df7a45 #df45aa

Monochromatic Colors of #df455d

#df455d

Complementary Color

#df455d #45dfc7

#df455d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df455d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df455d Color CSS Codes

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

#df455d Text Font Color

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

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


#df455d Background Color

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

This div background color is #df455d


#df455d Border Color

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

This div border color is #df455d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df455d


Comments

No comments written yet.

Please login to write comment.