Color Hex Logo

#df275c Color Hex

#DF275C
(223,39,92)
0 Favorites   0 Comments

Color spaces of #df275c

RGB 2233992
HSL0.950.740.51
HSV343°83°87°
CMYK 0.000.830.59   0.13
XYZ33.088717.911711.8386
Yxy17.91170.52660.2850
Hunter Lab42.322265.492413.0406
CIE-Lab49.388869.887817.2819

#df275c color RGB value is (223,39,92).

#df275c hex color red value is 223, green value is 39 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #df275c hue: 0.95 , saturation: 0.74 and the lightness value of df275c is 0.51.

The process color (four color CMYK) of #df275c color hex is 0.00, 0.83, 0.59, 0.13. Web safe color of #df275c is #cc3366. Color #df275c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100111 01011100
Octal 337 47 134
Decimal 223 39 92
Hex DF 27 5C

RGB Percentages of Color #df275c

%62.99
%11.02
%25.99

CMYK Percentages of Color #df275c

%0
%83
%59
%13

Triadic Colors of #df275c

#df275c #5cdf27 #275cdf

Analogous Colors of #df275c

#df275c #df4e27 #df27b8

Monochromatic Colors of #df275c

#df275c

Complementary Color

#df275c #27dfaa

#df275c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df275c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df275c Color CSS Codes

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

#df275c Text Font Color

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

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


#df275c Background Color

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

This div background color is #df275c


#df275c Border Color

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

This div border color is #df275c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df275c


Comments

No comments written yet.

Please login to write comment.