Color Hex Logo

#df1858 Color Hex

#DF1858
(223,24,88)
0 Favorites   0 Comments

Color spaces of #df1858

RGB 2232488
HSL0.950.810.48
HSV341°89°87°
CMYK 0.000.890.61   0.13
XYZ32.519517.045810.8087
Yxy17.04580.53860.2823
Hunter Lab41.286668.344713.3786
CIE-Lab48.317772.476218.2876

#df1858 color RGB value is (223,24,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011000 01011000
Octal 337 30 130
Decimal 223 24 88
Hex DF 18 58

RGB Percentages of Color #df1858

%66.57
%7.16
%26.27

CMYK Percentages of Color #df1858

%0
%89
%61
%13

Triadic Colors of #df1858

#df1858 #58df18 #1858df

Analogous Colors of #df1858

#df1858 #df3b18 #df18bc

Monochromatic Colors of #df1858

#df1858

Complementary Color

#df1858 #18df9f

#df1858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1858 Color CSS Codes

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

#df1858 Text Font Color

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

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


#df1858 Background Color

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

This div background color is #df1858


#df1858 Border Color

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

This div border color is #df1858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1858


Comments

No comments written yet.

Please login to write comment.