Color Hex Logo

#e55ff5 Color Hex

#E55FF5
(229,95,245)
0 Favorites   0 Comments

Color spaces of #e55ff5

RGB 22995245
HSL0.820.880.67
HSV294°61°96°
CMYK 0.070.610.00   0.04
XYZ52.886731.435089.6663
Yxy31.43500.30400.1807
Hunter Lab56.066970.2580-55.5740
CIE-Lab62.873171.2797-51.4766

#e55ff5 color RGB value is (229,95,245).

#e55ff5 hex color red value is 229, green value is 95 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #e55ff5 hue: 0.82 , saturation: 0.88 and the lightness value of e55ff5 is 0.67.

The process color (four color CMYK) of #e55ff5 color hex is 0.07, 0.61, 0.00, 0.04. Web safe color of #e55ff5 is #cc66ff. Color #e55ff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011111 11110101
Octal 345 137 365
Decimal 229 95 245
Hex E5 5F F5

RGB Percentages of Color #e55ff5

%40.25
%16.70
%43.06

CMYK Percentages of Color #e55ff5

%7
%61
%0
%4

Triadic Colors of #e55ff5

#e55ff5 #f5e55f #5ff5e5

Analogous Colors of #e55ff5

#e55ff5 #f55fba #9a5ff5

Monochromatic Colors of #e55ff5

#e55ff5

Complementary Color

#e55ff5 #6ff55f

#e55ff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55ff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55ff5 Color CSS Codes

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

#e55ff5 Text Font Color

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

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


#e55ff5 Background Color

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

This div background color is #e55ff5


#e55ff5 Border Color

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

This div border color is #e55ff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55ff5


Comments

No comments written yet.

Please login to write comment.