Color Hex Logo

#df638c Color Hex

#DF638C
(223,99,140)
0 Favorites   0 Comments

Color spaces of #df638c

RGB 22399140
HSL0.940.660.63
HSV340°56°87°
CMYK 0.000.560.37   0.13
XYZ39.626926.505127.8384
Yxy26.50510.42170.2821
Hunter Lab51.483147.29723.9784
CIE-Lab58.513452.34731.5335

#df638c color RGB value is (223,99,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100011 10001100
Octal 337 143 214
Decimal 223 99 140
Hex DF 63 8C

RGB Percentages of Color #df638c

%48.27
%21.43
%30.30

CMYK Percentages of Color #df638c

%0
%56
%37
%13

Triadic Colors of #df638c

#df638c #8cdf63 #638cdf

Analogous Colors of #df638c

#df638c #df7863 #df63ca

Monochromatic Colors of #df638c

#df638c

Complementary Color

#df638c #63dfb6

#df638c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df638c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df638c Color CSS Codes

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

#df638c Text Font Color

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

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


#df638c Background Color

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

This div background color is #df638c


#df638c Border Color

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

This div border color is #df638c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df638c


Comments

No comments written yet.

Please login to write comment.