Color Hex Logo

#de4593 Color Hex

#DE4593
(222,69,147)
0 Favorites   0 Comments

Color spaces of #de4593

RGB 22269147
HSL0.920.700.57
HSV329°69°87°
CMYK 0.000.690.34   0.13
XYZ37.518821.892429.8520
Yxy21.89240.42030.2453
Hunter Lab46.789361.2519-5.0750
CIE-Lab53.912765.4334-9.3885

#de4593 color RGB value is (222,69,147).

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

The process color (four color CMYK) of #de4593 color hex is 0.00, 0.69, 0.34, 0.13. Web safe color of #de4593 is #cc3399. Color #de4593 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000101 10010011
Octal 336 105 223
Decimal 222 69 147
Hex DE 45 93

RGB Percentages of Color #de4593

%50.68
%15.75
%33.56

CMYK Percentages of Color #de4593

%0
%69
%34
%13

Triadic Colors of #de4593

#de4593 #93de45 #4593de

Analogous Colors of #de4593

#de4593 #de4547 #dd45de

Monochromatic Colors of #de4593

#de4593

Complementary Color

#de4593 #45de90

#de4593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de4593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de4593 Color CSS Codes

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

#de4593 Text Font Color

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

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


#de4593 Background Color

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

This div background color is #de4593


#de4593 Border Color

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

This div border color is #de4593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de4593


Comments

No comments written yet.

Please login to write comment.