Color Hex Logo

#df378c Color Hex

#DF378C
(223,55,140)
0 Favorites   0 Comments

Color spaces of #df378c

RGB 22355140
HSL0.920.720.55
HSV330°75°87°
CMYK 0.000.750.37   0.13
XYZ36.531220.313826.8065
Yxy20.31380.43670.2428
Hunter Lab45.070865.8054-3.7140
CIE-Lab52.190269.6110-7.7805

#df378c color RGB value is (223,55,140).

#df378c hex color red value is 223, green value is 55 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #df378c hue: 0.92 , saturation: 0.72 and the lightness value of df378c is 0.55.

The process color (four color CMYK) of #df378c color hex is 0.00, 0.75, 0.37, 0.13. Web safe color of #df378c is #cc3399. Color #df378c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110111 10001100
Octal 337 67 214
Decimal 223 55 140
Hex DF 37 8C

RGB Percentages of Color #df378c

%53.35
%13.16
%33.49

CMYK Percentages of Color #df378c

%0
%75
%37
%13

Triadic Colors of #df378c

#df378c #8cdf37 #378cdf

Analogous Colors of #df378c

#df378c #df3738 #de37df

Monochromatic Colors of #df378c

#df378c

Complementary Color

#df378c #37df8a

#df378c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df378c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df378c Color CSS Codes

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

#df378c Text Font Color

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

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


#df378c Background Color

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

This div background color is #df378c


#df378c Border Color

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

This div border color is #df378c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df378c


Comments

No comments written yet.

Please login to write comment.