Color Hex Logo

#e18bc7 Color Hex

#E18BC7
(225,139,199)
0 Favorites   0 Comments

Color spaces of #e18bc7

RGB 225139199
HSL0.880.590.71
HSV318°38°88°
CMYK 0.000.380.12   0.12
XYZ50.592838.596358.8161
Yxy38.59630.34180.2608
Hunter Lab62.125936.6427-12.6431
CIE-Lab68.457841.1738-17.2659

#e18bc7 color RGB value is (225,139,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 11000111
Octal 341 213 307
Decimal 225 139 199
Hex E1 8B C7

RGB Percentages of Color #e18bc7

%39.96
%24.69
%35.35

CMYK Percentages of Color #e18bc7

%0
%38
%12
%12

Triadic Colors of #e18bc7

#e18bc7 #c7e18b #8bc7e1

Analogous Colors of #e18bc7

#e18bc7 #e18b9c #d08be1

Monochromatic Colors of #e18bc7

#e18bc7

Complementary Color

#e18bc7 #8be1a5

#e18bc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18bc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18bc7 Color CSS Codes

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

#e18bc7 Text Font Color

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

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


#e18bc7 Background Color

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

This div background color is #e18bc7


#e18bc7 Border Color

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

This div border color is #e18bc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18bc7


Comments

No comments written yet.

Please login to write comment.