Color Hex Logo

#df5465 Color Hex

#DF5465
(223,84,101)
0 Favorites   0 Comments

Color spaces of #df5465

RGB 22384101
HSL0.980.680.60
HSV353°62°87°
CMYK 0.000.620.55   0.13
XYZ35.950722.968214.8504
Yxy22.96820.48730.3114
Hunter Lab47.925150.031515.1756
CIE-Lab55.039655.393219.5329

#df5465 color RGB value is (223,84,101).

#df5465 hex color red value is 223, green value is 84 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #df5465 hue: 0.98 , saturation: 0.68 and the lightness value of df5465 is 0.60.

The process color (four color CMYK) of #df5465 color hex is 0.00, 0.62, 0.55, 0.13. Web safe color of #df5465 is #cc6666. Color #df5465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010100 01100101
Octal 337 124 145
Decimal 223 84 101
Hex DF 54 65

RGB Percentages of Color #df5465

%54.66
%20.59
%24.75

CMYK Percentages of Color #df5465

%0
%62
%55
%13

Triadic Colors of #df5465

#df5465 #65df54 #5465df

Analogous Colors of #df5465

#df5465 #df8954 #df54ab

Monochromatic Colors of #df5465

#df5465

Complementary Color

#df5465 #54dfce

#df5465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5465 Color CSS Codes

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

#df5465 Text Font Color

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

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


#df5465 Background Color

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

This div background color is #df5465


#df5465 Border Color

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

This div border color is #df5465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5465


Comments

No comments written yet.

Please login to write comment.