Color Hex Logo

#de17bd Color Hex

#DE17BD
(222,23,189)
0 Favorites   0 Comments

Color spaces of #de17bd

RGB 22223189
HSL0.860.810.48
HSV310°90°87°
CMYK 0.000.900.15   0.13
XYZ39.615919.816549.8811
Yxy19.81650.36240.1813
Hunter Lab44.515780.9501-35.2751
CIE-Lab51.629181.9864-37.5759

#de17bd color RGB value is (222,23,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010111 10111101
Octal 336 27 275
Decimal 222 23 189
Hex DE 17 BD

RGB Percentages of Color #de17bd

%51.15
%5.30
%43.55

CMYK Percentages of Color #de17bd

%0
%90
%15
%13

Triadic Colors of #de17bd

#de17bd #bdde17 #17bdde

Analogous Colors of #de17bd

#de17bd #de175a #9c17de

Monochromatic Colors of #de17bd

#de17bd

Complementary Color

#de17bd #17de38

#de17bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de17bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de17bd Color CSS Codes

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

#de17bd Text Font Color

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

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


#de17bd Background Color

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

This div background color is #de17bd


#de17bd Border Color

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

This div border color is #de17bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de17bd


Comments

No comments written yet.

Please login to write comment.