Color Hex Logo

#df276d Color Hex

#DF276D
(223,39,109)
0 Favorites   0 Comments

Color spaces of #df276d

RGB 22339109
HSL0.940.740.51
HSV337°83°87°
CMYK 0.000.830.51   0.13
XYZ33.917318.243116.2016
Yxy18.24310.49610.2669
Hunter Lab42.711966.99997.4083
CIE-Lab49.789671.07207.4491

#df276d color RGB value is (223,39,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100111 01101101
Octal 337 47 155
Decimal 223 39 109
Hex DF 27 6D

RGB Percentages of Color #df276d

%60.11
%10.51
%29.38

CMYK Percentages of Color #df276d

%0
%83
%51
%13

Triadic Colors of #df276d

#df276d #6ddf27 #276ddf

Analogous Colors of #df276d

#df276d #df3d27 #df27c9

Monochromatic Colors of #df276d

#df276d

Complementary Color

#df276d #27df99

#df276d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df276d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df276d Color CSS Codes

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

#df276d Text Font Color

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

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


#df276d Background Color

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

This div background color is #df276d


#df276d Border Color

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

This div border color is #df276d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df276d


Comments

No comments written yet.

Please login to write comment.