Color Hex Logo

#df468d Color Hex

#DF468D
(223,70,141)
0 Favorites   0 Comments

Color spaces of #df468d

RGB 22370141
HSL0.920.710.57
HSV332°69°87°
CMYK 0.000.690.37   0.13
XYZ37.429321.991427.4713
Yxy21.99140.43080.2531
Hunter Lab46.895060.4038-1.9059
CIE-Lab54.017964.6879-5.6570

#df468d color RGB value is (223,70,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 10001101
Octal 337 106 215
Decimal 223 70 141
Hex DF 46 8D

RGB Percentages of Color #df468d

%51.38
%16.13
%32.49

CMYK Percentages of Color #df468d

%0
%69
%37
%13

Triadic Colors of #df468d

#df468d #8ddf46 #468ddf

Analogous Colors of #df468d

#df468d #df4c46 #df46da

Monochromatic Colors of #df468d

#df468d

Complementary Color

#df468d #46df98

#df468d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df468d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df468d Color CSS Codes

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

#df468d Text Font Color

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

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


#df468d Background Color

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

This div background color is #df468d


#df468d Border Color

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

This div border color is #df468d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,70,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 #df468d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df468d


Comments

No comments written yet.

Please login to write comment.