Color Hex Logo

#de274c Color Hex

#DE274C
(222,39,76)
0 Favorites   0 Comments

Color spaces of #de274c

RGB 2223976
HSL0.970.730.51
HSV348°82°87°
CMYK 0.000.820.66   0.13
XYZ32.154217.50248.5211
Yxy17.50240.55270.3008
Hunter Lab41.835963.978717.2090
CIE-Lab48.886968.708326.3263

#de274c color RGB value is (222,39,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100111 01001100
Octal 336 47 114
Decimal 222 39 76
Hex DE 27 4C

RGB Percentages of Color #de274c

%65.88
%11.57
%22.55

CMYK Percentages of Color #de274c

%0
%82
%66
%13

Triadic Colors of #de274c

#de274c #4cde27 #274cde

Analogous Colors of #de274c

#de274c #de5d27 #de27a8

Monochromatic Colors of #de274c

#de274c

Complementary Color

#de274c #27deb9

#de274c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de274c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de274c Color CSS Codes

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

#de274c Text Font Color

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

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


#de274c Background Color

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

This div background color is #de274c


#de274c Border Color

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

This div border color is #de274c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de274c


Comments

No comments written yet.

Please login to write comment.