Color Hex Logo

#df465a Color Hex

#DF465A
(223,70,90)
0 Favorites   0 Comments

Color spaces of #df465a

RGB 2237090
HSL0.980.710.57
HSV352°69°87°
CMYK 0.000.690.60   0.13
XYZ34.467020.806511.8723
Yxy20.80650.51330.3099
Hunter Lab45.614155.053616.4981
CIE-Lab52.737160.273322.9642

#df465a color RGB value is (223,70,90).

#df465a hex color red value is 223, green value is 70 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #df465a hue: 0.98 , saturation: 0.71 and the lightness value of df465a is 0.57.

The process color (four color CMYK) of #df465a color hex is 0.00, 0.69, 0.60, 0.13. Web safe color of #df465a is #cc3366. Color #df465a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 01011010
Octal 337 106 132
Decimal 223 70 90
Hex DF 46 5A

RGB Percentages of Color #df465a

%58.22
%18.28
%23.50

CMYK Percentages of Color #df465a

%0
%69
%60
%13

Triadic Colors of #df465a

#df465a #5adf46 #465adf

Analogous Colors of #df465a

#df465a #df7f46 #df46a7

Monochromatic Colors of #df465a

#df465a

Complementary Color

#df465a #46dfcb

#df465a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df465a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df465a Color CSS Codes

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

#df465a Text Font Color

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

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


#df465a Background Color

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

This div background color is #df465a


#df465a Border Color

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

This div border color is #df465a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df465a


Comments

No comments written yet.

Please login to write comment.