Color Hex Logo

#de6bab Color Hex

#DE6BAB
(222,107,171)
0 Favorites   0 Comments

Color spaces of #de6bab

RGB 222107171
HSL0.910.640.65
HSV327°52°87°
CMYK 0.000.520.23   0.13
XYZ42.732628.985341.8705
Yxy28.98530.37620.2552
Hunter Lab53.838047.4635-8.4240
CIE-Lab60.768752.1402-13.0787

#de6bab color RGB value is (222,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101011 10101011
Octal 336 153 253
Decimal 222 107 171
Hex DE 6B AB

RGB Percentages of Color #de6bab

%44.40
%21.40
%34.20

CMYK Percentages of Color #de6bab

%0
%52
%23
%13

Triadic Colors of #de6bab

#de6bab #abde6b #6babde

Analogous Colors of #de6bab

#de6bab #de6b72 #d86bde

Monochromatic Colors of #de6bab

#de6bab

Complementary Color

#de6bab #6bde9e

#de6bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6bab Color CSS Codes

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

#de6bab Text Font Color

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

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


#de6bab Background Color

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

This div background color is #de6bab


#de6bab Border Color

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

This div border color is #de6bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6bab


Comments

No comments written yet.

Please login to write comment.