Color Hex Logo

#de698a Color Hex

#DE698A
(222,105,138)
0 Favorites   0 Comments

Color spaces of #de698a

RGB 222105138
HSL0.950.640.64
HSV343°53°87°
CMYK 0.000.530.38   0.13
XYZ39.763227.467727.2508
Yxy27.46770.42090.2907
Hunter Lab52.409643.71115.8584
CIE-Lab59.404848.93303.9698

#de698a color RGB value is (222,105,138).

#de698a hex color red value is 222, green value is 105 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #de698a hue: 0.95 , saturation: 0.64 and the lightness value of de698a is 0.64.

The process color (four color CMYK) of #de698a color hex is 0.00, 0.53, 0.38, 0.13. Web safe color of #de698a is #cc6699. Color #de698a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101001 10001010
Octal 336 151 212
Decimal 222 105 138
Hex DE 69 8A

RGB Percentages of Color #de698a

%47.74
%22.58
%29.68

CMYK Percentages of Color #de698a

%0
%53
%38
%13

Triadic Colors of #de698a

#de698a #8ade69 #698ade

Analogous Colors of #de698a

#de698a #de8369 #de69c5

Monochromatic Colors of #de698a

#de698a

Complementary Color

#de698a #69debd

#de698a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de698a Color Preview on White Background

Lorem ipsum dolor sit amet.

#de698a Color CSS Codes

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

#de698a Text Font Color

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

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


#de698a Background Color

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

This div background color is #de698a


#de698a Border Color

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

This div border color is #de698a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de698a


Comments

No comments written yet.

Please login to write comment.