Color Hex Logo

#de19bd Color Hex

#DE19BD
(222,25,189)
0 Favorites   0 Comments

Color spaces of #de19bd

RGB 22225189
HSL0.860.800.48
HSV310°89°87°
CMYK 0.000.890.15   0.13
XYZ39.657119.899049.8948
Yxy19.89900.36230.1818
Hunter Lab44.608380.6233-35.0906
CIE-Lab51.722881.7119-37.4285

#de19bd color RGB value is (222,25,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00011001 10111101
Octal 336 31 275
Decimal 222 25 189
Hex DE 19 BD

RGB Percentages of Color #de19bd

%50.92
%5.73
%43.35

CMYK Percentages of Color #de19bd

%0
%89
%15
%13

Triadic Colors of #de19bd

#de19bd #bdde19 #19bdde

Analogous Colors of #de19bd

#de19bd #de195b #9d19de

Monochromatic Colors of #de19bd

#de19bd

Complementary Color

#de19bd #19de3a

#de19bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de19bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de19bd Color CSS Codes

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

#de19bd Text Font Color

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

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


#de19bd Background Color

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

This div background color is #de19bd


#de19bd Border Color

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

This div border color is #de19bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de19bd


Comments

No comments written yet.

Please login to write comment.