Color Hex Logo

#de00bb Color Hex

#DE00BB
(222,0,187)
0 Favorites   0 Comments

Color spaces of #de00bb

RGB 2220187
HSL0.861.000.44
HSV309°100°87°
CMYK 0.001.000.16   0.13
XYZ39.093819.117548.6433
Yxy19.11750.36590.1789
Hunter Lab43.723683.0829-35.3548
CIE-Lab50.824483.8070-37.6774

#de00bb color RGB value is (222,0,187).

#de00bb hex color red value is 222, green value is 0 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #de00bb hue: 0.86 , saturation: 1.00 and the lightness value of de00bb is 0.44.

The process color (four color CMYK) of #de00bb color hex is 0.00, 1.00, 0.16, 0.13. Web safe color of #de00bb is #cc00cc. Color #de00bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 10111011
Octal 336 0 273
Decimal 222 0 187
Hex DE 0 BB

RGB Percentages of Color #de00bb

%54.28
%0.00
%45.72

CMYK Percentages of Color #de00bb

%0
%100
%16
%13

Triadic Colors of #de00bb

#de00bb #bbde00 #00bbde

Analogous Colors of #de00bb

#de00bb #de004c #9200de

Monochromatic Colors of #de00bb

#de00bb

Complementary Color

#de00bb #00de23

#de00bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de00bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de00bb Color CSS Codes

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

#de00bb Text Font Color

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

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


#de00bb Background Color

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

This div background color is #de00bb


#de00bb Border Color

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

This div border color is #de00bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de00bb


Comments

No comments written yet.

Please login to write comment.