Color Hex Logo

#df469e Color Hex

#DF469E
(223,70,158)
0 Favorites   0 Comments

Color spaces of #df469e

RGB 22370158
HSL0.900.710.57
HSV325°69°87°
CMYK 0.000.690.29   0.13
XYZ38.793122.536934.6532
Yxy22.53690.40420.2348
Hunter Lab47.473062.7853-10.0479
CIE-Lab54.592166.6111-14.8393

#df469e color RGB value is (223,70,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 10011110
Octal 337 106 236
Decimal 223 70 158
Hex DF 46 9E

RGB Percentages of Color #df469e

%49.45
%15.52
%35.03

CMYK Percentages of Color #df469e

%0
%69
%29
%13

Triadic Colors of #df469e

#df469e #9edf46 #469edf

Analogous Colors of #df469e

#df469e #df4651 #d446df

Monochromatic Colors of #df469e

#df469e

Complementary Color

#df469e #46df87

#df469e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df469e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df469e Color CSS Codes

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

#df469e Text Font Color

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

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


#df469e Background Color

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

This div background color is #df469e


#df469e Border Color

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

This div border color is #df469e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df469e


Comments

No comments written yet.

Please login to write comment.