Color Hex Logo

#de73bd Color Hex

#DE73BD
(222,115,189)
0 Favorites   0 Comments

Color spaces of #de73bd

RGB 222115189
HSL0.880.620.66
HSV319°48°87°
CMYK 0.000.480.15   0.13
XYZ45.440231.465251.8225
Yxy31.46520.35300.2444
Hunter Lab56.093846.4341-15.5096
CIE-Lab62.898450.8852-20.1210

#de73bd color RGB value is (222,115,189).

#de73bd hex color red value is 222, green value is 115 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #de73bd hue: 0.88 , saturation: 0.62 and the lightness value of de73bd is 0.66.

The process color (four color CMYK) of #de73bd color hex is 0.00, 0.48, 0.15, 0.13. Web safe color of #de73bd is #cc66cc. Color #de73bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110011 10111101
Octal 336 163 275
Decimal 222 115 189
Hex DE 73 BD

RGB Percentages of Color #de73bd

%42.21
%21.86
%35.93

CMYK Percentages of Color #de73bd

%0
%48
%15
%13

Triadic Colors of #de73bd

#de73bd #bdde73 #73bdde

Analogous Colors of #de73bd

#de73bd #de7388 #ca73de

Monochromatic Colors of #de73bd

#de73bd

Complementary Color

#de73bd #73de94

#de73bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de73bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de73bd Color CSS Codes

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

#de73bd Text Font Color

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

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


#de73bd Background Color

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

This div background color is #de73bd


#de73bd Border Color

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

This div border color is #de73bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de73bd


Comments

No comments written yet.

Please login to write comment.