Color Hex Logo

#de48bd Color Hex

#DE48BD
(222,72,189)
0 Favorites   0 Comments

Color spaces of #de48bd

RGB 22272189
HSL0.870.690.58
HSV313°68°87°
CMYK 0.000.680.15   0.13
XYZ41.626923.838450.5514
Yxy23.83840.35880.2055
Hunter Lab48.824666.7426-27.2097
CIE-Lab55.925669.6827-30.8557

#de48bd color RGB value is (222,72,189).

#de48bd hex color red value is 222, green value is 72 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #de48bd hue: 0.87 , saturation: 0.69 and the lightness value of de48bd is 0.58.

The process color (four color CMYK) of #de48bd color hex is 0.00, 0.68, 0.15, 0.13. Web safe color of #de48bd is #cc33cc. Color #de48bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001000 10111101
Octal 336 110 275
Decimal 222 72 189
Hex DE 48 BD

RGB Percentages of Color #de48bd

%45.96
%14.91
%39.13

CMYK Percentages of Color #de48bd

%0
%68
%15
%13

Triadic Colors of #de48bd

#de48bd #bdde48 #48bdde

Analogous Colors of #de48bd

#de48bd #de4872 #b448de

Monochromatic Colors of #de48bd

#de48bd

Complementary Color

#de48bd #48de69

#de48bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de48bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de48bd Color CSS Codes

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

#de48bd Text Font Color

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

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


#de48bd Background Color

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

This div background color is #de48bd


#de48bd Border Color

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

This div border color is #de48bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de48bd


Comments

No comments written yet.

Please login to write comment.