Color Hex Logo

#de48af Color Hex

#DE48AF
(222,72,175)
0 Favorites   0 Comments

Color spaces of #de48af

RGB 22272175
HSL0.890.690.58
HSV319°68°87°
CMYK 0.000.680.21   0.13
XYZ40.179423.259542.9293
Yxy23.25950.37770.2187
Hunter Lab48.228164.3113-19.0162
CIE-Lab55.338667.7596-23.6566

#de48af color RGB value is (222,72,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001000 10101111
Octal 336 110 257
Decimal 222 72 175
Hex DE 48 AF

RGB Percentages of Color #de48af

%47.33
%15.35
%37.31

CMYK Percentages of Color #de48af

%0
%68
%21
%13

Triadic Colors of #de48af

#de48af #afde48 #48afde

Analogous Colors of #de48af

#de48af #de4864 #c248de

Monochromatic Colors of #de48af

#de48af

Complementary Color

#de48af #48de77

#de48af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de48af Color Preview on White Background

Lorem ipsum dolor sit amet.

#de48af Color CSS Codes

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

#de48af Text Font Color

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

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


#de48af Background Color

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

This div background color is #de48af


#de48af Border Color

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

This div border color is #de48af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de48af


Comments

No comments written yet.

Please login to write comment.