Color Hex Logo

#df484b Color Hex

#DF484B
(223,72,75)
0 Favorites   0 Comments

Color spaces of #df484b

RGB 2237275
HSL1.000.700.58
HSV359°68°87°
CMYK 0.000.680.66   0.13
XYZ34.018820.83078.8843
Yxy20.83070.53380.3268
Hunter Lab45.640753.175920.4072
CIE-Lab52.763758.606231.8118

#df484b color RGB value is (223,72,75).

#df484b hex color red value is 223, green value is 72 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #df484b hue: 1.00 , saturation: 0.70 and the lightness value of df484b is 0.58.

The process color (four color CMYK) of #df484b color hex is 0.00, 0.68, 0.66, 0.13. Web safe color of #df484b is #cc3333. Color #df484b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 01001011
Octal 337 110 113
Decimal 223 72 75
Hex DF 48 4B

RGB Percentages of Color #df484b

%60.27
%19.46
%20.27

CMYK Percentages of Color #df484b

%0
%68
%66
%13

Triadic Colors of #df484b

#df484b #4bdf48 #484bdf

Analogous Colors of #df484b

#df484b #df9148 #df4897

Monochromatic Colors of #df484b

#df484b

Complementary Color

#df484b #48dfdc

#df484b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df484b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df484b Color CSS Codes

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

#df484b Text Font Color

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

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


#df484b Background Color

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

This div background color is #df484b


#df484b Border Color

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

This div border color is #df484b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df484b


Comments

No comments written yet.

Please login to write comment.