Color Hex Logo

#de7184 Color Hex

#DE7184
(222,113,132)
0 Favorites   0 Comments

Color spaces of #de7184

RGB 222113132
HSL0.970.620.66
HSV350°49°87°
CMYK 0.000.490.41   0.13
XYZ40.194229.005825.3100
Yxy29.00580.42530.3069
Hunter Lab53.857038.96719.8367
CIE-Lab60.786744.32249.4186

#de7184 color RGB value is (222,113,132).

#de7184 hex color red value is 222, green value is 113 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #de7184 hue: 0.97 , saturation: 0.62 and the lightness value of de7184 is 0.66.

The process color (four color CMYK) of #de7184 color hex is 0.00, 0.49, 0.41, 0.13. Web safe color of #de7184 is #cc6699. Color #de7184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 10000100
Octal 336 161 204
Decimal 222 113 132
Hex DE 71 84

RGB Percentages of Color #de7184

%47.54
%24.20
%28.27

CMYK Percentages of Color #de7184

%0
%49
%41
%13

Triadic Colors of #de7184

#de7184 #84de71 #7184de

Analogous Colors of #de7184

#de7184 #de9571 #de71bb

Monochromatic Colors of #de7184

#de7184

Complementary Color

#de7184 #71decb

#de7184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7184 Color CSS Codes

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

#de7184 Text Font Color

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

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


#de7184 Background Color

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

This div background color is #de7184


#de7184 Border Color

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

This div border color is #de7184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7184


Comments

No comments written yet.

Please login to write comment.