Color Hex Logo

#de6b96 Color Hex

#DE6B96
(222,107,150)
0 Favorites   0 Comments

Color spaces of #de6b96

RGB 222107150
HSL0.940.640.65
HSV338°52°87°
CMYK 0.000.520.32   0.13
XYZ40.886928.247032.1514
Yxy28.24700.40370.2789
Hunter Lab53.147944.31191.3365
CIE-Lab60.111249.3778-1.9550

#de6b96 color RGB value is (222,107,150).

#de6b96 hex color red value is 222, green value is 107 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #de6b96 hue: 0.94 , saturation: 0.64 and the lightness value of de6b96 is 0.65.

The process color (four color CMYK) of #de6b96 color hex is 0.00, 0.52, 0.32, 0.13. Web safe color of #de6b96 is #cc6699. Color #de6b96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101011 10010110
Octal 336 153 226
Decimal 222 107 150
Hex DE 6B 96

RGB Percentages of Color #de6b96

%46.35
%22.34
%31.32

CMYK Percentages of Color #de6b96

%0
%52
%32
%13

Triadic Colors of #de6b96

#de6b96 #96de6b #6b96de

Analogous Colors of #de6b96

#de6b96 #de7a6b #de6bd0

Monochromatic Colors of #de6b96

#de6b96

Complementary Color

#de6b96 #6bdeb3

#de6b96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6b96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6b96 Color CSS Codes

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

#de6b96 Text Font Color

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

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


#de6b96 Background Color

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

This div background color is #de6b96


#de6b96 Border Color

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

This div border color is #de6b96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6b96


Comments

No comments written yet.

Please login to write comment.