Color Hex Logo

#de6cab Color Hex

#DE6CAB
(222,108,171)
0 Favorites   0 Comments

Color spaces of #de6cab

RGB 222108171
HSL0.910.630.65
HSV327°51°87°
CMYK 0.000.510.23   0.13
XYZ42.837429.195041.9055
Yxy29.19500.37600.2562
Hunter Lab54.032446.9598-8.1604
CIE-Lab60.953351.6570-12.8008

#de6cab color RGB value is (222,108,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101100 10101011
Octal 336 154 253
Decimal 222 108 171
Hex DE 6C AB

RGB Percentages of Color #de6cab

%44.31
%21.56
%34.13

CMYK Percentages of Color #de6cab

%0
%51
%23
%13

Triadic Colors of #de6cab

#de6cab #abde6c #6cabde

Analogous Colors of #de6cab

#de6cab #de6c72 #d86cde

Monochromatic Colors of #de6cab

#de6cab

Complementary Color

#de6cab #6cde9f

#de6cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6cab Color CSS Codes

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

#de6cab Text Font Color

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

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


#de6cab Background Color

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

This div background color is #de6cab


#de6cab Border Color

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

This div border color is #de6cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,108,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 #de6cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6cab


Comments

No comments written yet.

Please login to write comment.