Color Hex Logo

#e18ccc Color Hex

#E18CCC
(225,140,204)
0 Favorites   0 Comments

Color spaces of #e18ccc

RGB 225140204
HSL0.870.590.72
HSV315°38°88°
CMYK 0.000.380.09   0.12
XYZ51.328539.123461.9730
Yxy39.12340.33670.2567
Hunter Lab62.548737.0198-14.9602
CIE-Lab68.840641.4788-19.4696

#e18ccc color RGB value is (225,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001100 11001100
Octal 341 214 314
Decimal 225 140 204
Hex E1 8C CC

RGB Percentages of Color #e18ccc

%39.54
%24.60
%35.85

CMYK Percentages of Color #e18ccc

%0
%38
%9
%12

Triadic Colors of #e18ccc

#e18ccc #cce18c #8ccce1

Analogous Colors of #e18ccc

#e18ccc #e18ca2 #cc8ce1

Monochromatic Colors of #e18ccc

#e18ccc

Complementary Color

#e18ccc #8ce1a1

#e18ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18ccc Color CSS Codes

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

#e18ccc Text Font Color

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

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


#e18ccc Background Color

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

This div background color is #e18ccc


#e18ccc Border Color

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

This div border color is #e18ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,140,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 #e18ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18ccc


Comments

No comments written yet.

Please login to write comment.