Color Hex Logo

#de155c Color Hex

#DE155C
(222,21,92)
0 Favorites   0 Comments

Color spaces of #de155c

RGB 2222192
HSL0.940.830.48
HSV339°91°87°
CMYK 0.000.910.59   0.13
XYZ32.324116.838611.6717
Yxy16.83860.53130.2768
Hunter Lab41.034968.797511.8603
CIE-Lab48.056072.902315.4346

#de155c color RGB value is (222,21,92).

#de155c hex color red value is 222, green value is 21 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #de155c hue: 0.94 , saturation: 0.83 and the lightness value of de155c is 0.48.

The process color (four color CMYK) of #de155c color hex is 0.00, 0.91, 0.59, 0.13. Web safe color of #de155c is #cc0066. Color #de155c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010101 01011100
Octal 336 25 134
Decimal 222 21 92
Hex DE 15 5C

RGB Percentages of Color #de155c

%66.27
%6.27
%27.46

CMYK Percentages of Color #de155c

%0
%91
%59
%13

Triadic Colors of #de155c

#de155c #5cde15 #155cde

Analogous Colors of #de155c

#de155c #de3215 #de15c1

Monochromatic Colors of #de155c

#de155c

Complementary Color

#de155c #15de97

#de155c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de155c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de155c Color CSS Codes

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

#de155c Text Font Color

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

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


#de155c Background Color

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

This div background color is #de155c


#de155c Border Color

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

This div border color is #de155c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,21,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 #de155c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de155c


Comments

No comments written yet.

Please login to write comment.