Color Hex Logo

#de7592 Color Hex

#DE7592
(222,117,146)
0 Favorites   0 Comments

Color spaces of #de7592

RGB 222117146
HSL0.950.610.66
HSV343°47°87°
CMYK 0.000.470.34   0.13
XYZ41.673830.327530.8515
Yxy30.32750.40520.2949
Hunter Lab55.070438.70435.3339
CIE-Lab61.935843.91943.0103

#de7592 color RGB value is (222,117,146).

#de7592 hex color red value is 222, green value is 117 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #de7592 hue: 0.95 , saturation: 0.61 and the lightness value of de7592 is 0.66.

The process color (four color CMYK) of #de7592 color hex is 0.00, 0.47, 0.34, 0.13. Web safe color of #de7592 is #cc6699. Color #de7592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110101 10010010
Octal 336 165 222
Decimal 222 117 146
Hex DE 75 92

RGB Percentages of Color #de7592

%45.77
%24.12
%30.10

CMYK Percentages of Color #de7592

%0
%47
%34
%13

Triadic Colors of #de7592

#de7592 #92de75 #7592de

Analogous Colors of #de7592

#de7592 #de8d75 #de75c7

Monochromatic Colors of #de7592

#de7592

Complementary Color

#de7592 #75dec1

#de7592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7592 Color CSS Codes

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

#de7592 Text Font Color

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

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


#de7592 Background Color

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

This div background color is #de7592


#de7592 Border Color

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

This div border color is #de7592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7592


Comments

No comments written yet.

Please login to write comment.