Color Hex Logo

#df458d Color Hex

#DF458D
(223,69,141)
0 Favorites   0 Comments

Color spaces of #df458d

RGB 22369141
HSL0.920.710.57
HSV332°69°87°
CMYK 0.000.690.37   0.13
XYZ37.367321.867327.4506
Yxy21.86730.43110.2523
Hunter Lab46.762560.8027-2.0708
CIE-Lab53.885965.0542-5.8528

#df458d color RGB value is (223,69,141).

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

The process color (four color CMYK) of #df458d color hex is 0.00, 0.69, 0.37, 0.13. Web safe color of #df458d is #cc3399. Color #df458d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000101 10001101
Octal 337 105 215
Decimal 223 69 141
Hex DF 45 8D

RGB Percentages of Color #df458d

%51.50
%15.94
%32.56

CMYK Percentages of Color #df458d

%0
%69
%37
%13

Triadic Colors of #df458d

#df458d #8ddf45 #458ddf

Analogous Colors of #df458d

#df458d #df4a45 #df45da

Monochromatic Colors of #df458d

#df458d

Complementary Color

#df458d #45df97

#df458d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df458d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df458d Color CSS Codes

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

#df458d Text Font Color

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

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


#df458d Background Color

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

This div background color is #df458d


#df458d Border Color

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

This div border color is #df458d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df458d


Comments

No comments written yet.

Please login to write comment.