Color Hex Logo

#df254a Color Hex

#DF254A
(223,37,74)
0 Favorites   0 Comments

Color spaces of #df254a

RGB 2233774
HSL0.970.740.51
HSV348°83°87°
CMYK 0.000.830.67   0.13
XYZ32.329017.50558.1535
Yxy17.50550.55750.3019
Hunter Lab41.839664.705817.7335
CIE-Lab48.890869.321927.5812

#df254a color RGB value is (223,37,74).

#df254a hex color red value is 223, green value is 37 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #df254a hue: 0.97 , saturation: 0.74 and the lightness value of df254a is 0.51.

The process color (four color CMYK) of #df254a color hex is 0.00, 0.83, 0.67, 0.13. Web safe color of #df254a is #cc3333. Color #df254a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100101 01001010
Octal 337 45 112
Decimal 223 37 74
Hex DF 25 4A

RGB Percentages of Color #df254a

%66.77
%11.08
%22.16

CMYK Percentages of Color #df254a

%0
%83
%67
%13

Triadic Colors of #df254a

#df254a #4adf25 #254adf

Analogous Colors of #df254a

#df254a #df5d25 #df25a7

Monochromatic Colors of #df254a

#df254a

Complementary Color

#df254a #25dfba

#df254a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df254a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df254a Color CSS Codes

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

#df254a Text Font Color

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

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


#df254a Background Color

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

This div background color is #df254a


#df254a Border Color

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

This div border color is #df254a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df254a


Comments

No comments written yet.

Please login to write comment.