Color Hex Logo

#de1057 Color Hex

#DE1057
(222,16,87)
0 Favorites   0 Comments

Color spaces of #de1057

RGB 2221687
HSL0.940.870.47
HSV339°93°87°
CMYK 0.000.930.61   0.13
XYZ32.029816.588310.5305
Yxy16.58830.54150.2805
Hunter Lab40.728769.100313.1806
CIE-Lab47.737073.214718.0879

#de1057 color RGB value is (222,16,87).

#de1057 hex color red value is 222, green value is 16 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #de1057 hue: 0.94 , saturation: 0.87 and the lightness value of de1057 is 0.47.

The process color (four color CMYK) of #de1057 color hex is 0.00, 0.93, 0.61, 0.13. Web safe color of #de1057 is #cc0066. Color #de1057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010000 01010111
Octal 336 20 127
Decimal 222 16 87
Hex DE 10 57

RGB Percentages of Color #de1057

%68.31
%4.92
%26.77

CMYK Percentages of Color #de1057

%0
%93
%61
%13

Triadic Colors of #de1057

#de1057 #57de10 #1057de

Analogous Colors of #de1057

#de1057 #de3010 #de10be

Monochromatic Colors of #de1057

#de1057

Complementary Color

#de1057 #10de97

#de1057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de1057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de1057 Color CSS Codes

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

#de1057 Text Font Color

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

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


#de1057 Background Color

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

This div background color is #de1057


#de1057 Border Color

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

This div border color is #de1057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de1057


Comments

No comments written yet.

Please login to write comment.