Color Hex Logo

#df276b Color Hex

#DF276B
(223,39,107)
0 Favorites   0 Comments

Color spaces of #df276b

RGB 22339107
HSL0.940.740.51
HSV338°83°87°
CMYK 0.000.830.52   0.13
XYZ33.810818.200615.6409
Yxy18.20060.49980.2690
Hunter Lab42.662266.80688.1265
CIE-Lab49.738570.92088.5979

#df276b color RGB value is (223,39,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100111 01101011
Octal 337 47 153
Decimal 223 39 107
Hex DF 27 6B

RGB Percentages of Color #df276b

%60.43
%10.57
%29.00

CMYK Percentages of Color #df276b

%0
%83
%52
%13

Triadic Colors of #df276b

#df276b #6bdf27 #276bdf

Analogous Colors of #df276b

#df276b #df3f27 #df27c7

Monochromatic Colors of #df276b

#df276b

Complementary Color

#df276b #27df9b

#df276b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df276b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df276b Color CSS Codes

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

#df276b Text Font Color

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

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


#df276b Background Color

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

This div background color is #df276b


#df276b Border Color

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

This div border color is #df276b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df276b


Comments

No comments written yet.

Please login to write comment.