Color Hex Logo

#de474b Color Hex

#DE474B
(222,71,75)
0 Favorites   0 Comments

Color spaces of #de474b

RGB 2227175
HSL1.000.700.57
HSV358°68°87°
CMYK 0.000.680.66   0.13
XYZ33.647420.54418.8486
Yxy20.54410.53370.3259
Hunter Lab45.325653.189420.1531
CIE-Lab52.446958.675231.3819

#de474b color RGB value is (222,71,75).

#de474b hex color red value is 222, green value is 71 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #de474b hue: 1.00 , saturation: 0.70 and the lightness value of de474b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000111 01001011
Octal 336 107 113
Decimal 222 71 75
Hex DE 47 4B

RGB Percentages of Color #de474b

%60.33
%19.29
%20.38

CMYK Percentages of Color #de474b

%0
%68
%66
%13

Triadic Colors of #de474b

#de474b #4bde47 #474bde

Analogous Colors of #de474b

#de474b #de8f47 #de4797

Monochromatic Colors of #de474b

#de474b

Complementary Color

#de474b #47deda

#de474b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de474b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de474b Color CSS Codes

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

#de474b Text Font Color

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

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


#de474b Background Color

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

This div background color is #de474b


#de474b Border Color

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

This div border color is #de474b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de474b


Comments

No comments written yet.

Please login to write comment.