Color Hex Logo

#e55dfc Color Hex

#E55DFC
(229,93,252)
0 Favorites   0 Comments

Color spaces of #e55dfc

RGB 22993252
HSL0.810.960.68
HSV291°63°99°
CMYK 0.090.630.00   0.01
XYZ53.798131.515095.3430
Yxy31.51500.29780.1744
Hunter Lab56.138272.8173-61.3991
CIE-Lab62.940073.3404-55.2368

#e55dfc color RGB value is (229,93,252).

#e55dfc hex color red value is 229, green value is 93 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e55dfc hue: 0.81 , saturation: 0.96 and the lightness value of e55dfc is 0.68.

The process color (four color CMYK) of #e55dfc color hex is 0.09, 0.63, 0.00, 0.01. Web safe color of #e55dfc is #cc66ff. Color #e55dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011101 11111100
Octal 345 135 374
Decimal 229 93 252
Hex E5 5D FC

RGB Percentages of Color #e55dfc

%39.90
%16.20
%43.90

CMYK Percentages of Color #e55dfc

%9
%63
%0
%1

Triadic Colors of #e55dfc

#e55dfc #fce55d #5dfce5

Analogous Colors of #e55dfc

#e55dfc #fc5dc4 #965dfc

Monochromatic Colors of #e55dfc

#e55dfc

Complementary Color

#e55dfc #74fc5d

#e55dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55dfc Color CSS Codes

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

#e55dfc Text Font Color

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

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


#e55dfc Background Color

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

This div background color is #e55dfc


#e55dfc Border Color

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

This div border color is #e55dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55dfc


Comments

No comments written yet.

Please login to write comment.