Color Hex Logo

#df638d Color Hex

#DF638D
(223,99,141)
0 Favorites   0 Comments

Color spaces of #df638d

RGB 22399141
HSL0.940.660.63
HSV340°56°87°
CMYK 0.000.560.37   0.13
XYZ39.701026.534728.2285
Yxy26.53470.42030.2809
Hunter Lab51.511847.42713.5674
CIE-Lab58.541152.46040.9911

#df638d color RGB value is (223,99,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100011 10001101
Octal 337 143 215
Decimal 223 99 141
Hex DF 63 8D

RGB Percentages of Color #df638d

%48.16
%21.38
%30.45

CMYK Percentages of Color #df638d

%0
%56
%37
%13

Triadic Colors of #df638d

#df638d #8ddf63 #638ddf

Analogous Colors of #df638d

#df638d #df7763 #df63cb

Monochromatic Colors of #df638d

#df638d

Complementary Color

#df638d #63dfb5

#df638d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df638d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df638d Color CSS Codes

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

#df638d Text Font Color

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

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


#df638d Background Color

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

This div background color is #df638d


#df638d Border Color

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

This div border color is #df638d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df638d


Comments

No comments written yet.

Please login to write comment.