Color Hex Logo

#de8bbc Color Hex

#DE8BBC
(222,139,188)
0 Favorites   0 Comments

Color spaces of #de8bbc

RGB 222139188
HSL0.900.560.71
HSV325°37°87°
CMYK 0.000.370.15   0.13
XYZ48.433937.625752.2867
Yxy37.62570.35010.2720
Hunter Lab61.339833.5990-7.6016
CIE-Lab67.743838.4036-12.2316

#de8bbc color RGB value is (222,139,188).

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

The process color (four color CMYK) of #de8bbc color hex is 0.00, 0.37, 0.15, 0.13. Web safe color of #de8bbc is #cc99cc. Color #de8bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001011 10111100
Octal 336 213 274
Decimal 222 139 188
Hex DE 8B BC

RGB Percentages of Color #de8bbc

%40.44
%25.32
%34.24

CMYK Percentages of Color #de8bbc

%0
%37
%15
%13

Triadic Colors of #de8bbc

#de8bbc #bcde8b #8bbcde

Analogous Colors of #de8bbc

#de8bbc #de8b93 #d78bde

Monochromatic Colors of #de8bbc

#de8bbc

Complementary Color

#de8bbc #8bdead

#de8bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8bbc Color CSS Codes

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

#de8bbc Text Font Color

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

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


#de8bbc Background Color

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

This div background color is #de8bbc


#de8bbc Border Color

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

This div border color is #de8bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8bbc


Comments

No comments written yet.

Please login to write comment.