Color Hex Logo

#e155fc Color Hex

#E155FC
(225,85,252)
0 Favorites   0 Comments

Color spaces of #e155fc

RGB 22585252
HSL0.810.970.66
HSV290°66°99°
CMYK 0.110.660.00   0.01
XYZ51.870529.532895.0620
Yxy29.53280.29390.1674
Hunter Lab54.344175.2730-65.6728
CIE-Lab61.249075.6292-57.9641

#e155fc color RGB value is (225,85,252).

#e155fc hex color red value is 225, green value is 85 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e155fc hue: 0.81 , saturation: 0.97 and the lightness value of e155fc is 0.66.

The process color (four color CMYK) of #e155fc color hex is 0.11, 0.66, 0.00, 0.01. Web safe color of #e155fc is #cc66ff. Color #e155fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 11111100
Octal 341 125 374
Decimal 225 85 252
Hex E1 55 FC

RGB Percentages of Color #e155fc

%40.04
%15.12
%44.84

CMYK Percentages of Color #e155fc

%11
%66
%0
%1

Triadic Colors of #e155fc

#e155fc #fce155 #55fce1

Analogous Colors of #e155fc

#e155fc #fc55c4 #8e55fc

Monochromatic Colors of #e155fc

#e155fc

Complementary Color

#e155fc #70fc55

#e155fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e155fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e155fc Color CSS Codes

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

#e155fc Text Font Color

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

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


#e155fc Background Color

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

This div background color is #e155fc


#e155fc Border Color

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

This div border color is #e155fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e155fc

Related Colors


Comments

No comments written yet.

Please login to write comment.