Color Hex Logo

#de00bc Color Hex

#DE00BC
(222,0,188)
0 Favorites   0 Comments

Color spaces of #de00bc

RGB 2220188
HSL0.861.000.44
HSV309°100°87°
CMYK 0.001.000.15   0.13
XYZ39.201319.160449.2091
Yxy19.16040.36440.1781
Hunter Lab43.772683.2567-36.0129
CIE-Lab50.874383.9322-38.1818

#de00bc color RGB value is (222,0,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 10111100
Octal 336 0 274
Decimal 222 0 188
Hex DE 0 BC

RGB Percentages of Color #de00bc

%54.15
%0.00
%45.85

CMYK Percentages of Color #de00bc

%0
%100
%15
%13

Triadic Colors of #de00bc

#de00bc #bcde00 #00bcde

Analogous Colors of #de00bc

#de00bc #de004d #9100de

Monochromatic Colors of #de00bc

#de00bc

Complementary Color

#de00bc #00de22

#de00bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de00bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de00bc Color CSS Codes

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

#de00bc Text Font Color

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

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


#de00bc Background Color

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

This div background color is #de00bc


#de00bc Border Color

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

This div border color is #de00bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de00bc


Comments

No comments written yet.

Please login to write comment.