Color Hex Logo

#df448b Color Hex

#DF448B
(223,68,139)
0 Favorites   0 Comments

Color spaces of #df448b

RGB 22368139
HSL0.920.710.57
HSV333°70°87°
CMYK 0.000.700.38   0.13
XYZ37.158721.686326.6535
Yxy21.68630.43460.2536
Hunter Lab46.568660.9365-1.3366
CIE-Lab53.692665.2048-4.9512

#df448b color RGB value is (223,68,139).

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

The process color (four color CMYK) of #df448b color hex is 0.00, 0.70, 0.38, 0.13. Web safe color of #df448b is #cc3399. Color #df448b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000100 10001011
Octal 337 104 213
Decimal 223 68 139
Hex DF 44 8B

RGB Percentages of Color #df448b

%51.86
%15.81
%32.33

CMYK Percentages of Color #df448b

%0
%70
%38
%13

Triadic Colors of #df448b

#df448b #8bdf44 #448bdf

Analogous Colors of #df448b

#df448b #df4a44 #df44d9

Monochromatic Colors of #df448b

#df448b

Complementary Color

#df448b #44df98

#df448b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df448b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df448b Color CSS Codes

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

#df448b Text Font Color

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

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


#df448b Background Color

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

This div background color is #df448b


#df448b Border Color

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

This div border color is #df448b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df448b


Comments

No comments written yet.

Please login to write comment.