Color Hex Logo

#de488d Color Hex

#DE488D
(222,72,141)
0 Favorites   0 Comments

Color spaces of #de488d

RGB 22272141
HSL0.920.690.58
HSV332°68°87°
CMYK 0.000.680.36   0.13
XYZ37.249322.087427.4993
Yxy22.08740.42900.2544
Hunter Lab46.997259.2313-1.7941
CIE-Lab54.119663.6610-5.5245

#de488d color RGB value is (222,72,141).

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

The process color (four color CMYK) of #de488d color hex is 0.00, 0.68, 0.36, 0.13. Web safe color of #de488d is #cc3399. Color #de488d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001000 10001101
Octal 336 110 215
Decimal 222 72 141
Hex DE 48 8D

RGB Percentages of Color #de488d

%51.03
%16.55
%32.41

CMYK Percentages of Color #de488d

%0
%68
%36
%13

Triadic Colors of #de488d

#de488d #8dde48 #488dde

Analogous Colors of #de488d

#de488d #de4e48 #de48d8

Monochromatic Colors of #de488d

#de488d

Complementary Color

#de488d #48de99

#de488d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de488d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de488d Color CSS Codes

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

#de488d Text Font Color

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

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


#de488d Background Color

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

This div background color is #de488d


#de488d Border Color

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

This div border color is #de488d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,72,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #de488d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de488d


Comments

No comments written yet.

Please login to write comment.