Color Hex Logo

#e18bc1 Color Hex

#E18BC1
(225,139,193)
0 Favorites   0 Comments

Color spaces of #e18bc1

RGB 225139193
HSL0.900.590.71
HSV322°38°88°
CMYK 0.000.380.14   0.12
XYZ49.909638.323055.2186
Yxy38.32300.34790.2672
Hunter Lab61.905635.5758-9.5517
CIE-Lab68.258040.2029-14.2194

#e18bc1 color RGB value is (225,139,193).

#e18bc1 hex color red value is 225, green value is 139 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #e18bc1 hue: 0.90 , saturation: 0.59 and the lightness value of e18bc1 is 0.71.

The process color (four color CMYK) of #e18bc1 color hex is 0.00, 0.38, 0.14, 0.12. Web safe color of #e18bc1 is #cc99cc. Color #e18bc1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 11000001
Octal 341 213 301
Decimal 225 139 193
Hex E1 8B C1

RGB Percentages of Color #e18bc1

%40.39
%24.96
%34.65

CMYK Percentages of Color #e18bc1

%0
%38
%14
%12

Triadic Colors of #e18bc1

#e18bc1 #c1e18b #8bc1e1

Analogous Colors of #e18bc1

#e18bc1 #e18b96 #d68be1

Monochromatic Colors of #e18bc1

#e18bc1

Complementary Color

#e18bc1 #8be1ab

#e18bc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18bc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18bc1 Color CSS Codes

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

#e18bc1 Text Font Color

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

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


#e18bc1 Background Color

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

This div background color is #e18bc1


#e18bc1 Border Color

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

This div border color is #e18bc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18bc1


Comments

No comments written yet.

Please login to write comment.