Color Hex Logo

#df274b Color Hex

#DF274B
(223,39,75)
0 Favorites   0 Comments

Color spaces of #df274b

RGB 2233975
HSL0.970.740.51
HSV348°83°87°
CMYK 0.000.830.66   0.13
XYZ32.426917.64708.3537
Yxy17.64700.55500.3020
Hunter Lab42.008364.272417.6155
CIE-Lab49.065168.922327.1974

#df274b color RGB value is (223,39,75).

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

The process color (four color CMYK) of #df274b color hex is 0.00, 0.83, 0.66, 0.13. Web safe color of #df274b is #cc3333. Color #df274b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100111 01001011
Octal 337 47 113
Decimal 223 39 75
Hex DF 27 4B

RGB Percentages of Color #df274b

%66.17
%11.57
%22.26

CMYK Percentages of Color #df274b

%0
%83
%66
%13

Triadic Colors of #df274b

#df274b #4bdf27 #274bdf

Analogous Colors of #df274b

#df274b #df5f27 #df27a7

Monochromatic Colors of #df274b

#df274b

Complementary Color

#df274b #27dfbb

#df274b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df274b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df274b Color CSS Codes

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

#df274b Text Font Color

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

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


#df274b Background Color

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

This div background color is #df274b


#df274b Border Color

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

This div border color is #df274b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df274b


Comments

No comments written yet.

Please login to write comment.