Color Hex Logo

#de81bb Color Hex

#DE81BB
(222,129,187)
0 Favorites   0 Comments

Color spaces of #de81bb

RGB 222129187
HSL0.900.580.69
HSV323°42°87°
CMYK 0.000.420.16   0.13
XYZ46.944134.818051.2600
Yxy34.81800.35290.2617
Hunter Lab59.006838.7476-10.2013
CIE-Lab65.606743.4778-14.8844

#de81bb color RGB value is (222,129,187).

#de81bb hex color red value is 222, green value is 129 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #de81bb hue: 0.90 , saturation: 0.58 and the lightness value of de81bb is 0.69.

The process color (four color CMYK) of #de81bb color hex is 0.00, 0.42, 0.16, 0.13. Web safe color of #de81bb is #cc99cc. Color #de81bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000001 10111011
Octal 336 201 273
Decimal 222 129 187
Hex DE 81 BB

RGB Percentages of Color #de81bb

%41.26
%23.98
%34.76

CMYK Percentages of Color #de81bb

%0
%42
%16
%13

Triadic Colors of #de81bb

#de81bb #bbde81 #81bbde

Analogous Colors of #de81bb

#de81bb #de818d #d381de

Monochromatic Colors of #de81bb

#de81bb

Complementary Color

#de81bb #81dea4

#de81bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de81bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de81bb Color CSS Codes

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

#de81bb Text Font Color

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

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


#de81bb Background Color

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

This div background color is #de81bb


#de81bb Border Color

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

This div border color is #de81bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de81bb


Comments

No comments written yet.

Please login to write comment.