color codes Logo

#e55ffa color codes

#E55FFA
(229,95,250)
0 Favorites   0 Comments

Color spaces of #e55ffa

RGB 22995250
HSL0.810.940.68
HSV292°62°98°
CMYK 0.080.620.00   0.02
XYZ53.660631.744693.7416
Yxy31.74460.29950.1772
Hunter Lab56.342371.4048-59.2062
CIE-Lab63.131272.1635-53.8297

#e55ffa color RGB value is (229,95,250).

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

The process color (four color CMYK) of #e55ffa color code is 0.08, 0.62, 0.00, 0.02. Web safe color of #e55ffa is #cc66ff. Color #e55ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011111 11111010
Octal 345 137 372
Decimal 229 95 250
Hex E5 5F FA

RGB Percentages of Color #e55ffa

%39.90
%16.55
%43.55

CMYK Percentages of Color #e55ffa

%8
%62
%0
%2

Triadic Colors of #e55ffa

#e55ffa #fae55f #5ffae5

Analogous Colors of #e55ffa

#e55ffa #fa5fc2 #985ffa

Monochromatic Colors of #e55ffa

#e55ffa

Complementary Color

#e55ffa #74fa5f

#e55ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55ffa Color CSS Codes

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

#e55ffa Text Font Color

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

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


#e55ffa Background Color

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

This div background color is #e55ffa


#e55ffa Border Color

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

This div border color is #e55ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.