Color Hex Logo

#de134b Color Hex

#DE134B
(222,19,75)
0 Favorites   0 Comments

Color spaces of #de134b

RGB 2221975
HSL0.950.840.47
HSV343°91°87°
CMYK 0.000.910.66   0.13
XYZ31.627116.50338.1751
Yxy16.50330.56170.2931
Hunter Lab40.624367.874716.5056
CIE-Lab47.628072.220425.3296

#de134b color RGB value is (222,19,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010011 01001011
Octal 336 23 113
Decimal 222 19 75
Hex DE 13 4B

RGB Percentages of Color #de134b

%70.25
%6.01
%23.73

CMYK Percentages of Color #de134b

%0
%91
%66
%13

Triadic Colors of #de134b

#de134b #4bde13 #134bde

Analogous Colors of #de134b

#de134b #de4113 #de13b1

Monochromatic Colors of #de134b

#de134b

Complementary Color

#de134b #13dea6

#de134b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de134b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de134b Color CSS Codes

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

#de134b Text Font Color

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

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


#de134b Background Color

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

This div background color is #de134b


#de134b Border Color

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

This div border color is #de134b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de134b


Comments

No comments written yet.

Please login to write comment.