Color Hex Logo

#e18bcb Color Hex

#E18BCB
(225,139,203)
0 Favorites   0 Comments

Color spaces of #e18bcb

RGB 225139203
HSL0.880.590.71
HSV315°38°88°
CMYK 0.000.380.10   0.12
XYZ51.063438.784661.2947
Yxy38.78460.33780.2566
Hunter Lab62.277337.3734-14.7605
CIE-Lab68.594941.8353-19.2861

#e18bcb color RGB value is (225,139,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 11001011
Octal 341 213 313
Decimal 225 139 203
Hex E1 8B CB

RGB Percentages of Color #e18bcb

%39.68
%24.51
%35.80

CMYK Percentages of Color #e18bcb

%0
%38
%10
%12

Triadic Colors of #e18bcb

#e18bcb #cbe18b #8bcbe1

Analogous Colors of #e18bcb

#e18bcb #e18ba0 #cc8be1

Monochromatic Colors of #e18bcb

#e18bcb

Complementary Color

#e18bcb #8be1a1

#e18bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18bcb Color CSS Codes

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

#e18bcb Text Font Color

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

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


#e18bcb Background Color

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

This div background color is #e18bcb


#e18bcb Border Color

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

This div border color is #e18bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18bcb


Comments

No comments written yet.

Please login to write comment.