Color Hex Logo

#de6ebb Color Hex

#DE6EBB
(222,110,187)
0 Favorites   0 Comments

Color spaces of #de6ebb

RGB 222110187
HSL0.890.630.65
HSV319°50°87°
CMYK 0.000.500.16   0.13
XYZ44.669830.269350.5019
Yxy30.26930.35610.2413
Hunter Lab55.017548.6469-15.9114
CIE-Lab61.885953.0273-20.5288

#de6ebb color RGB value is (222,110,187).

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

The process color (four color CMYK) of #de6ebb color hex is 0.00, 0.50, 0.16, 0.13. Web safe color of #de6ebb is #cc66cc. Color #de6ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101110 10111011
Octal 336 156 273
Decimal 222 110 187
Hex DE 6E BB

RGB Percentages of Color #de6ebb

%42.77
%21.19
%36.03

CMYK Percentages of Color #de6ebb

%0
%50
%16
%13

Triadic Colors of #de6ebb

#de6ebb #bbde6e #6ebbde

Analogous Colors of #de6ebb

#de6ebb #de6e83 #c96ede

Monochromatic Colors of #de6ebb

#de6ebb

Complementary Color

#de6ebb #6ede91

#de6ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6ebb Color CSS Codes

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

#de6ebb Text Font Color

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

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


#de6ebb Background Color

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

This div background color is #de6ebb


#de6ebb Border Color

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

This div border color is #de6ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6ebb


Comments

No comments written yet.

Please login to write comment.