Color Hex Logo

#e55cfa Color Hex

#E55CFA
(229,92,250)
0 Favorites   0 Comments

Color spaces of #e55cfa

RGB 22992250
HSL0.810.940.67
HSV292°63°98°
CMYK 0.080.630.00   0.02
XYZ53.395631.214493.6532
Yxy31.21440.29950.1751
Hunter Lab55.869872.8227-60.2774
CIE-Lab62.688273.3917-54.5337

#e55cfa color RGB value is (229,92,250).

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

The process color (four color CMYK) of #e55cfa color hex is 0.08, 0.63, 0.00, 0.02. Web safe color of #e55cfa is #cc66ff. Color #e55cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011100 11111010
Octal 345 134 372
Decimal 229 92 250
Hex E5 5C FA

RGB Percentages of Color #e55cfa

%40.11
%16.11
%43.78

CMYK Percentages of Color #e55cfa

%8
%63
%0
%2

Triadic Colors of #e55cfa

#e55cfa #fae55c #5cfae5

Analogous Colors of #e55cfa

#e55cfa #fa5cc0 #965cfa

Monochromatic Colors of #e55cfa

#e55cfa

Complementary Color

#e55cfa #71fa5c

#e55cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55cfa Color CSS Codes

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

#e55cfa Text Font Color

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

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


#e55cfa Background Color

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

This div background color is #e55cfa


#e55cfa Border Color

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

This div border color is #e55cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.