Color Hex Logo

#df629e Color Hex

#DF629E
(223,98,158)
0 Favorites   0 Comments

Color spaces of #df629e

RGB 22398158
HSL0.920.660.63
HSV331°56°87°
CMYK 0.000.560.29   0.13
XYZ40.970726.892035.3790
Yxy26.89200.39680.2605
Hunter Lab51.857550.2757-4.1495
CIE-Lab58.874254.9674-8.4031

#df629e color RGB value is (223,98,158).

#df629e hex color red value is 223, green value is 98 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #df629e hue: 0.92 , saturation: 0.66 and the lightness value of df629e is 0.63.

The process color (four color CMYK) of #df629e color hex is 0.00, 0.56, 0.29, 0.13. Web safe color of #df629e is #cc6699. Color #df629e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100010 10011110
Octal 337 142 236
Decimal 223 98 158
Hex DF 62 9E

RGB Percentages of Color #df629e

%46.56
%20.46
%32.99

CMYK Percentages of Color #df629e

%0
%56
%29
%13

Triadic Colors of #df629e

#df629e #9edf62 #629edf

Analogous Colors of #df629e

#df629e #df6562 #df62dd

Monochromatic Colors of #df629e

#df629e

Complementary Color

#df629e #62dfa3

#df629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df629e Color CSS Codes

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

#df629e Text Font Color

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

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


#df629e Background Color

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

This div background color is #df629e


#df629e Border Color

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

This div border color is #df629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df629e


Comments

No comments written yet.

Please login to write comment.