Color Hex Logo

#df185d Color Hex

#DF185D
(223,24,93)
0 Favorites   0 Comments

Color spaces of #df185d

RGB 2232493
HSL0.940.810.48
HSV339°89°87°
CMYK 0.000.890.58   0.13
XYZ32.733817.131611.9374
Yxy17.13160.52960.2772
Hunter Lab41.390368.734711.8734
CIE-Lab48.425472.778415.3560

#df185d color RGB value is (223,24,93).

#df185d hex color red value is 223, green value is 24 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #df185d hue: 0.94 , saturation: 0.81 and the lightness value of df185d is 0.48.

The process color (four color CMYK) of #df185d color hex is 0.00, 0.89, 0.58, 0.13. Web safe color of #df185d is #cc0066. Color #df185d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011000 01011101
Octal 337 30 135
Decimal 223 24 93
Hex DF 18 5D

RGB Percentages of Color #df185d

%65.59
%7.06
%27.35

CMYK Percentages of Color #df185d

%0
%89
%58
%13

Triadic Colors of #df185d

#df185d #5ddf18 #185ddf

Analogous Colors of #df185d

#df185d #df3618 #df18c1

Monochromatic Colors of #df185d

#df185d

Complementary Color

#df185d #18df9a

#df185d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df185d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df185d Color CSS Codes

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

#df185d Text Font Color

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

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


#df185d Background Color

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

This div background color is #df185d


#df185d Border Color

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

This div border color is #df185d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df185d


Comments

No comments written yet.

Please login to write comment.