Color Hex Logo

#e155cf Color Hex

#E155CF
(225,85,207)
0 Favorites   0 Comments

Color spaces of #e155cf

RGB 22585207
HSL0.850.700.61
HSV308°62°88°
CMYK 0.000.620.08   0.12
XYZ45.562327.009561.8434
Yxy27.00950.33900.2009
Hunter Lab51.970765.5410-34.1737
CIE-Lab58.983168.1112-36.3496

#e155cf color RGB value is (225,85,207).

#e155cf hex color red value is 225, green value is 85 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e155cf hue: 0.85 , saturation: 0.70 and the lightness value of e155cf is 0.61.

The process color (four color CMYK) of #e155cf color hex is 0.00, 0.62, 0.08, 0.12. Web safe color of #e155cf is #cc66cc. Color #e155cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 11001111
Octal 341 125 317
Decimal 225 85 207
Hex E1 55 CF

RGB Percentages of Color #e155cf

%43.52
%16.44
%40.04

CMYK Percentages of Color #e155cf

%0
%62
%8
%12

Triadic Colors of #e155cf

#e155cf #cfe155 #55cfe1

Analogous Colors of #e155cf

#e155cf #e15589 #ad55e1

Monochromatic Colors of #e155cf

#e155cf

Complementary Color

#e155cf #55e167

#e155cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e155cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e155cf Color CSS Codes

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

#e155cf Text Font Color

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

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


#e155cf Background Color

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

This div background color is #e155cf


#e155cf Border Color

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

This div border color is #e155cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,85,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e155cf


Comments

No comments written yet.

Please login to write comment.