Color Hex Logo

#df379c Color Hex

#DF379C
(223,55,156)
0 Favorites   0 Comments

Color spaces of #df379c

RGB 22355156
HSL0.900.720.55
HSV324°75°87°
CMYK 0.000.750.30   0.13
XYZ37.798420.820733.4791
Yxy20.82070.41040.2261
Hunter Lab45.629768.0125-11.5610
CIE-Lab52.752771.3420-16.4507

#df379c color RGB value is (223,55,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110111 10011100
Octal 337 67 234
Decimal 223 55 156
Hex DF 37 9C

RGB Percentages of Color #df379c

%51.38
%12.67
%35.94

CMYK Percentages of Color #df379c

%0
%75
%30
%13

Triadic Colors of #df379c

#df379c #9cdf37 #379cdf

Analogous Colors of #df379c

#df379c #df3748 #ce37df

Monochromatic Colors of #df379c

#df379c

Complementary Color

#df379c #37df7a

#df379c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df379c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df379c Color CSS Codes

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

#df379c Text Font Color

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

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


#df379c Background Color

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

This div background color is #df379c


#df379c Border Color

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

This div border color is #df379c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df379c


Comments

No comments written yet.

Please login to write comment.