Color Hex Logo

#de1343 Color Hex

#DE1343
(222,19,67)
0 Favorites   0 Comments

Color spaces of #de1343

RGB 2221967
HSL0.960.840.47
HSV346°91°87°
CMYK 0.000.910.70   0.13
XYZ31.370216.40066.8224
Yxy16.40060.57460.3004
Hunter Lab40.497767.398418.3601
CIE-Lab47.495771.849930.0385

#de1343 color RGB value is (222,19,67).

#de1343 hex color red value is 222, green value is 19 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #de1343 hue: 0.96 , saturation: 0.84 and the lightness value of de1343 is 0.47.

The process color (four color CMYK) of #de1343 color hex is 0.00, 0.91, 0.70, 0.13. Web safe color of #de1343 is #cc0033. Color #de1343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010011 01000011
Octal 336 23 103
Decimal 222 19 67
Hex DE 13 43

RGB Percentages of Color #de1343

%72.08
%6.17
%21.75

CMYK Percentages of Color #de1343

%0
%91
%70
%13

Triadic Colors of #de1343

#de1343 #43de13 #1343de

Analogous Colors of #de1343

#de1343 #de4913 #de13a9

Monochromatic Colors of #de1343

#de1343

Complementary Color

#de1343 #13deae

#de1343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de1343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de1343 Color CSS Codes

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

#de1343 Text Font Color

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

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


#de1343 Background Color

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

This div background color is #de1343


#de1343 Border Color

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

This div border color is #de1343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de1343


Comments

No comments written yet.

Please login to write comment.