Color Hex Logo

#e18bcc Color Hex

#E18BCC
(225,139,204)
0 Favorites   0 Comments

Color spaces of #e18bcc

RGB 225139204
HSL0.870.590.71
HSV315°38°88°
CMYK 0.000.380.09   0.12
XYZ51.183038.832461.9245
Yxy38.83240.33690.2556
Hunter Lab62.315637.5587-15.2969
CIE-Lab68.629742.0027-19.7899

#e18bcc color RGB value is (225,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 11001100
Octal 341 213 314
Decimal 225 139 204
Hex E1 8B CC

RGB Percentages of Color #e18bcc

%39.61
%24.47
%35.92

CMYK Percentages of Color #e18bcc

%0
%38
%9
%12

Triadic Colors of #e18bcc

#e18bcc #cce18b #8bcce1

Analogous Colors of #e18bcc

#e18bcc #e18ba1 #cb8be1

Monochromatic Colors of #e18bcc

#e18bcc

Complementary Color

#e18bcc #8be1a0

#e18bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18bcc Color CSS Codes

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

#e18bcc Text Font Color

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

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


#e18bcc Background Color

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

This div background color is #e18bcc


#e18bcc Border Color

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

This div border color is #e18bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18bcc


Comments

No comments written yet.

Please login to write comment.