Color Hex Logo

#df134e Color Hex

#DF134E
(223,19,78)
0 Favorites   0 Comments

Color spaces of #df134e

RGB 2231978
HSL0.950.840.47
HSV343°91°87°
CMYK 0.000.910.65   0.13
XYZ32.039416.70388.7432
Yxy16.70380.55730.2906
Hunter Lab40.870368.408315.9255
CIE-Lab47.884672.613423.8613

#df134e color RGB value is (223,19,78).

#df134e hex color red value is 223, green value is 19 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #df134e hue: 0.95 , saturation: 0.84 and the lightness value of df134e is 0.47.

The process color (four color CMYK) of #df134e color hex is 0.00, 0.91, 0.65, 0.13. Web safe color of #df134e is #cc0066. Color #df134e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010011 01001110
Octal 337 23 116
Decimal 223 19 78
Hex DF 13 4E

RGB Percentages of Color #df134e

%69.69
%5.94
%24.38

CMYK Percentages of Color #df134e

%0
%91
%65
%13

Triadic Colors of #df134e

#df134e #4edf13 #134edf

Analogous Colors of #df134e

#df134e #df3e13 #df13b4

Monochromatic Colors of #df134e

#df134e

Complementary Color

#df134e #13dfa4

#df134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df134e Color CSS Codes

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

#df134e Text Font Color

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

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


#df134e Background Color

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

This div background color is #df134e


#df134e Border Color

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

This div border color is #df134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df134e


Comments

No comments written yet.

Please login to write comment.