Color Hex Logo

#de7393 Color Hex

#DE7393
(222,115,147)
0 Favorites   0 Comments

Color spaces of #de7393

RGB 222115147
HSL0.950.620.66
HSV342°48°87°
CMYK 0.000.480.34   0.13
XYZ41.521429.897631.1862
Yxy29.89760.40470.2914
Hunter Lab54.678739.85994.4588
CIE-Lab61.565845.05071.8991

#de7393 color RGB value is (222,115,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110011 10010011
Octal 336 163 223
Decimal 222 115 147
Hex DE 73 93

RGB Percentages of Color #de7393

%45.87
%23.76
%30.37

CMYK Percentages of Color #de7393

%0
%48
%34
%13

Triadic Colors of #de7393

#de7393 #93de73 #7393de

Analogous Colors of #de7393

#de7393 #de8973 #de73c9

Monochromatic Colors of #de7393

#de7393

Complementary Color

#de7393 #73debe

#de7393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7393 Color CSS Codes

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

#de7393 Text Font Color

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

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


#de7393 Background Color

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

This div background color is #de7393


#de7393 Border Color

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

This div border color is #de7393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7393


Comments

No comments written yet.

Please login to write comment.