Color Hex Logo

#df378e Color Hex

#DF378E
(223,55,142)
0 Favorites   0 Comments

Color spaces of #df378e

RGB 22355142
HSL0.910.720.55
HSV329°75°87°
CMYK 0.000.750.36   0.13
XYZ36.680120.373327.5904
Yxy20.37330.43330.2407
Hunter Lab45.136866.0674-4.6460
CIE-Lab52.256769.8176-8.8759

#df378e color RGB value is (223,55,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110111 10001110
Octal 337 67 216
Decimal 223 55 142
Hex DF 37 8E

RGB Percentages of Color #df378e

%53.10
%13.10
%33.81

CMYK Percentages of Color #df378e

%0
%75
%36
%13

Triadic Colors of #df378e

#df378e #8edf37 #378edf

Analogous Colors of #df378e

#df378e #df373a #dc37df

Monochromatic Colors of #df378e

#df378e

Complementary Color

#df378e #37df88

#df378e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df378e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df378e Color CSS Codes

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

#df378e Text Font Color

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

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


#df378e Background Color

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

This div background color is #df378e


#df378e Border Color

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

This div border color is #df378e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df378e


Comments

No comments written yet.

Please login to write comment.