Color Hex Logo

#df4681 Color Hex

#DF4681
(223,70,129)
0 Favorites   0 Comments

Color spaces of #df4681

RGB 22370129
HSL0.940.710.57
HSV337°69°87°
CMYK 0.000.690.42   0.13
XYZ36.584021.653323.0202
Yxy21.65330.45020.2665
Hunter Lab46.533158.90253.2421
CIE-Lab53.657263.46260.9526

#df4681 color RGB value is (223,70,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 10000001
Octal 337 106 201
Decimal 223 70 129
Hex DF 46 81

RGB Percentages of Color #df4681

%52.84
%16.59
%30.57

CMYK Percentages of Color #df4681

%0
%69
%42
%13

Triadic Colors of #df4681

#df4681 #81df46 #4681df

Analogous Colors of #df4681

#df4681 #df5846 #df46ce

Monochromatic Colors of #df4681

#df4681

Complementary Color

#df4681 #46dfa4

#df4681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4681 Color CSS Codes

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

#df4681 Text Font Color

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

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


#df4681 Background Color

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

This div background color is #df4681


#df4681 Border Color

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

This div border color is #df4681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4681


Comments

No comments written yet.

Please login to write comment.