Color Hex Logo

#df1cae Color Hex

#DF1CAE
(223,28,174)
0 Favorites   0 Comments

Color spaces of #df1cae

RGB 22328174
HSL0.880.780.49
HSV315°87°87°
CMYK 0.000.870.22   0.13
XYZ38.486719.574541.7942
Yxy19.57450.38540.1960
Hunter Lab44.243177.8503-25.0381
CIE-Lab51.352779.5950-29.2248

#df1cae color RGB value is (223,28,174).

#df1cae hex color red value is 223, green value is 28 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #df1cae hue: 0.88 , saturation: 0.78 and the lightness value of df1cae is 0.49.

The process color (four color CMYK) of #df1cae color hex is 0.00, 0.87, 0.22, 0.13. Web safe color of #df1cae is #cc3399. Color #df1cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011100 10101110
Octal 337 34 256
Decimal 223 28 174
Hex DF 1C AE

RGB Percentages of Color #df1cae

%52.47
%6.59
%40.94

CMYK Percentages of Color #df1cae

%0
%87
%22
%13

Triadic Colors of #df1cae

#df1cae #aedf1c #1caedf

Analogous Colors of #df1cae

#df1cae #df1c4d #af1cdf

Monochromatic Colors of #df1cae

#df1cae

Complementary Color

#df1cae #1cdf4d

#df1cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1cae Color CSS Codes

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

#df1cae Text Font Color

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

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


#df1cae Background Color

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

This div background color is #df1cae


#df1cae Border Color

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

This div border color is #df1cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1cae


Comments

No comments written yet.

Please login to write comment.