Color Hex Logo

#e55dca Color Hex

#E55DCA
(229,93,202)
0 Favorites   0 Comments

Color spaces of #e55dca

RGB 22993202
HSL0.870.720.63
HSV312°59°90°
CMYK 0.000.590.12   0.10
XYZ46.888128.751058.9553
Yxy28.75100.34840.2136
Hunter Lab53.620062.2548-27.6556
CIE-Lab60.561265.0683-31.0091

#e55dca color RGB value is (229,93,202).

#e55dca hex color red value is 229, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e55dca hue: 0.87 , saturation: 0.72 and the lightness value of e55dca is 0.63.

The process color (four color CMYK) of #e55dca color hex is 0.00, 0.59, 0.12, 0.10. Web safe color of #e55dca is #cc66cc. Color #e55dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011101 11001010
Octal 345 135 312
Decimal 229 93 202
Hex E5 5D CA

RGB Percentages of Color #e55dca

%43.70
%17.75
%38.55

CMYK Percentages of Color #e55dca

%0
%59
%12
%10

Triadic Colors of #e55dca

#e55dca #cae55d #5dcae5

Analogous Colors of #e55dca

#e55dca #e55d86 #bc5de5

Monochromatic Colors of #e55dca

#e55dca

Complementary Color

#e55dca #5de578

#e55dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55dca Color CSS Codes

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

#e55dca Text Font Color

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

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


#e55dca Background Color

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

This div background color is #e55dca


#e55dca Border Color

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

This div border color is #e55dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,93,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e55dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e55dca;
  -webkit-box-shadow: 1px 1px 3px 2px #e55dca;
  box-shadow:         1px 1px 3px 2px #e55dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,93,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55dca


Comments

No comments written yet.

Please login to write comment.