Color Hex Logo

#de698b Color Hex

#DE698B
(222,105,139)
0 Favorites   0 Comments

Color spaces of #de698b

RGB 222105139
HSL0.950.640.64
HSV343°53°87°
CMYK 0.000.530.37   0.13
XYZ39.836027.496827.6339
Yxy27.49680.41950.2895
Hunter Lab52.437443.83875.4610
CIE-Lab59.431449.04643.4278

#de698b color RGB value is (222,105,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101001 10001011
Octal 336 151 213
Decimal 222 105 139
Hex DE 69 8B

RGB Percentages of Color #de698b

%47.64
%22.53
%29.83

CMYK Percentages of Color #de698b

%0
%53
%37
%13

Triadic Colors of #de698b

#de698b #8bde69 #698bde

Analogous Colors of #de698b

#de698b #de8269 #de69c6

Monochromatic Colors of #de698b

#de698b

Complementary Color

#de698b #69debc

#de698b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de698b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de698b Color CSS Codes

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

#de698b Text Font Color

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

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


#de698b Background Color

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

This div background color is #de698b


#de698b Border Color

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

This div border color is #de698b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de698b


Comments

No comments written yet.

Please login to write comment.