Color Hex Logo

#de478f Color Hex

#DE478F
(222,71,143)
0 Favorites   0 Comments

Color spaces of #de478f

RGB 22271143
HSL0.920.700.57
HSV331°68°87°
CMYK 0.000.680.36   0.13
XYZ37.335422.019228.2689
Yxy22.01920.42610.2513
Hunter Lab46.924659.9048-2.8710
CIE-Lab54.047464.2541-6.8176

#de478f color RGB value is (222,71,143).

#de478f hex color red value is 222, green value is 71 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #de478f hue: 0.92 , saturation: 0.70 and the lightness value of de478f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000111 10001111
Octal 336 107 217
Decimal 222 71 143
Hex DE 47 8F

RGB Percentages of Color #de478f

%50.92
%16.28
%32.80

CMYK Percentages of Color #de478f

%0
%68
%36
%13

Triadic Colors of #de478f

#de478f #8fde47 #478fde

Analogous Colors of #de478f

#de478f #de4b47 #de47db

Monochromatic Colors of #de478f

#de478f

Complementary Color

#de478f #47de96

#de478f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de478f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de478f Color CSS Codes

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

#de478f Text Font Color

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

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


#de478f Background Color

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

This div background color is #de478f


#de478f Border Color

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

This div border color is #de478f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de478f


Comments

No comments written yet.

Please login to write comment.