Color Hex Logo

#de695b Color Hex

#DE695B
(222,105,91)
0 Favorites   0 Comments

Color spaces of #de695b

RGB 22210591
HSL0.020.660.61
HSV59°87°
CMYK 0.000.530.59   0.13
XYZ37.064126.388113.0374
Yxy26.38810.48460.3450
Hunter Lab51.369338.895320.9109
CIE-Lab58.403644.588129.7055

#de695b color RGB value is (222,105,91).

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

The process color (four color CMYK) of #de695b color hex is 0.00, 0.53, 0.59, 0.13. Web safe color of #de695b is #cc6666. Color #de695b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101001 01011011
Octal 336 151 133
Decimal 222 105 91
Hex DE 69 5B

RGB Percentages of Color #de695b

%53.11
%25.12
%21.77

CMYK Percentages of Color #de695b

%0
%53
%59
%13

Triadic Colors of #de695b

#de695b #5bde69 #695bde

Analogous Colors of #de695b

#de695b #deab5b #de5b8f

Monochromatic Colors of #de695b

#de695b

Complementary Color

#de695b #5bd0de

#de695b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de695b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de695b Color CSS Codes

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

#de695b Text Font Color

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

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


#de695b Background Color

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

This div background color is #de695b


#de695b Border Color

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

This div border color is #de695b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de695b


Comments

No comments written yet.

Please login to write comment.