Color Hex Logo

#de8abb Color Hex

#DE8ABB
(222,138,187)
0 Favorites   0 Comments

Color spaces of #de8abb

RGB 222138187
HSL0.900.560.71
HSV325°38°87°
CMYK 0.000.380.16   0.13
XYZ48.182337.294451.6728
Yxy37.29440.35130.2719
Hunter Lab61.069133.9618-7.4190
CIE-Lab67.497338.7734-12.0413

#de8abb color RGB value is (222,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001010 10111011
Octal 336 212 273
Decimal 222 138 187
Hex DE 8A BB

RGB Percentages of Color #de8abb

%40.59
%25.23
%34.19

CMYK Percentages of Color #de8abb

%0
%38
%16
%13

Triadic Colors of #de8abb

#de8abb #bbde8a #8abbde

Analogous Colors of #de8abb

#de8abb #de8a91 #d78ade

Monochromatic Colors of #de8abb

#de8abb

Complementary Color

#de8abb #8adead

#de8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8abb Color CSS Codes

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

#de8abb Text Font Color

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

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


#de8abb Background Color

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

This div background color is #de8abb


#de8abb Border Color

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

This div border color is #de8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8abb


Comments

No comments written yet.

Please login to write comment.