Color Hex Logo

#de298f Color Hex

#DE298F
(222,41,143)
0 Favorites   0 Comments

Color spaces of #de298f

RGB 22241143
HSL0.910.730.52
HSV326°82°87°
CMYK 0.000.820.36   0.13
XYZ35.875119.098627.7822
Yxy19.09860.43350.2308
Hunter Lab43.701970.0530-7.1005
CIE-Lab50.802473.4034-11.6760

#de298f color RGB value is (222,41,143).

#de298f hex color red value is 222, green value is 41 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #de298f hue: 0.91 , saturation: 0.73 and the lightness value of de298f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101001 10001111
Octal 336 51 217
Decimal 222 41 143
Hex DE 29 8F

RGB Percentages of Color #de298f

%54.68
%10.10
%35.22

CMYK Percentages of Color #de298f

%0
%82
%36
%13

Triadic Colors of #de298f

#de298f #8fde29 #298fde

Analogous Colors of #de298f

#de298f #de2935 #d329de

Monochromatic Colors of #de298f

#de298f

Complementary Color

#de298f #29de78

#de298f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de298f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de298f Color CSS Codes

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

#de298f Text Font Color

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

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


#de298f Background Color

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

This div background color is #de298f


#de298f Border Color

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

This div border color is #de298f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de298f


Comments

No comments written yet.

Please login to write comment.