Color Hex Logo

#de00bd Color Hex

#DE00BD
(222,0,189)
0 Favorites   0 Comments

Color spaces of #de00bd

RGB 2220189
HSL0.861.000.44
HSV309°100°87°
CMYK 0.001.000.15   0.13
XYZ39.309519.203749.7790
Yxy19.20370.36300.1773
Hunter Lab43.822083.4306-36.6742
CIE-Lab50.924784.0574-38.6852

#de00bd color RGB value is (222,0,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 10111101
Octal 336 0 275
Decimal 222 0 189
Hex DE 0 BD

RGB Percentages of Color #de00bd

%54.01
%0.00
%45.99

CMYK Percentages of Color #de00bd

%0
%100
%15
%13

Triadic Colors of #de00bd

#de00bd #bdde00 #00bdde

Analogous Colors of #de00bd

#de00bd #de004e #9000de

Monochromatic Colors of #de00bd

#de00bd

Complementary Color

#de00bd #00de21

#de00bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de00bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de00bd Color CSS Codes

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

#de00bd Text Font Color

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

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


#de00bd Background Color

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

This div background color is #de00bd


#de00bd Border Color

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

This div border color is #de00bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de00bd


Comments

No comments written yet.

Please login to write comment.