Color Hex Logo

#de9475 Color Hex

#DE9475
(222,148,117)
0 Favorites   0 Comments

Color spaces of #de9475

RGB 222148117
HSL0.050.610.66
HSV18°47°87°
CMYK 0.000.330.47   0.13
XYZ43.925037.993821.8481
Yxy37.99380.42330.3661
Hunter Lab61.639119.333522.1319
CIE-Lab68.016024.431627.7667

#de9475 color RGB value is (222,148,117).

#de9475 hex color red value is 222, green value is 148 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #de9475 hue: 0.05 , saturation: 0.61 and the lightness value of de9475 is 0.66.

The process color (four color CMYK) of #de9475 color hex is 0.00, 0.33, 0.47, 0.13. Web safe color of #de9475 is #cc9966. Color #de9475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010100 01110101
Octal 336 224 165
Decimal 222 148 117
Hex DE 94 75

RGB Percentages of Color #de9475

%45.59
%30.39
%24.02

CMYK Percentages of Color #de9475

%0
%33
%47
%13

Triadic Colors of #de9475

#de9475 #75de94 #9475de

Analogous Colors of #de9475

#de9475 #dec975 #de758b

Monochromatic Colors of #de9475

#de9475

Complementary Color

#de9475 #75bfde

#de9475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9475 Color CSS Codes

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

#de9475 Text Font Color

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

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


#de9475 Background Color

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

This div background color is #de9475


#de9475 Border Color

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

This div border color is #de9475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9475


Comments

No comments written yet.

Please login to write comment.