Color Hex Logo

#de2593 Color Hex

#DE2593
(222,37,147)
0 Favorites   0 Comments

Color spaces of #de2593

RGB 22237147
HSL0.900.740.51
HSV324°83°87°
CMYK 0.000.830.34   0.13
XYZ36.052218.959329.3631
Yxy18.95930.42730.2247
Hunter Lab43.542371.5957-9.5031
CIE-Lab50.639674.6988-14.3185

#de2593 color RGB value is (222,37,147).

#de2593 hex color red value is 222, green value is 37 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #de2593 hue: 0.90 , saturation: 0.74 and the lightness value of de2593 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100101 10010011
Octal 336 45 223
Decimal 222 37 147
Hex DE 25 93

RGB Percentages of Color #de2593

%54.68
%9.11
%36.21

CMYK Percentages of Color #de2593

%0
%83
%34
%13

Triadic Colors of #de2593

#de2593 #93de25 #2593de

Analogous Colors of #de2593

#de2593 #de2537 #cd25de

Monochromatic Colors of #de2593

#de2593

Complementary Color

#de2593 #25de70

#de2593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de2593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de2593 Color CSS Codes

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

#de2593 Text Font Color

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

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


#de2593 Background Color

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

This div background color is #de2593


#de2593 Border Color

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

This div border color is #de2593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de2593


Comments

No comments written yet.

Please login to write comment.