Color Hex Logo

#e18ccb Color Hex

#E18CCB
(225,140,203)
0 Favorites   0 Comments

Color spaces of #e18ccb

RGB 225140203
HSL0.880.590.72
HSV316°38°88°
CMYK 0.000.380.10   0.12
XYZ51.208939.075561.3432
Yxy39.07550.33770.2577
Hunter Lab62.510436.8351-14.4257
CIE-Lab68.805941.3116-18.9659

#e18ccb color RGB value is (225,140,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001100 11001011
Octal 341 214 313
Decimal 225 140 203
Hex E1 8C CB

RGB Percentages of Color #e18ccb

%39.61
%24.65
%35.74

CMYK Percentages of Color #e18ccb

%0
%38
%10
%12

Triadic Colors of #e18ccb

#e18ccb #cbe18c #8ccbe1

Analogous Colors of #e18ccb

#e18ccb #e18ca1 #cd8ce1

Monochromatic Colors of #e18ccb

#e18ccb

Complementary Color

#e18ccb #8ce1a2

#e18ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18ccb Color CSS Codes

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

#e18ccb Text Font Color

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

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


#e18ccb Background Color

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

This div background color is #e18ccb


#e18ccb Border Color

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

This div border color is #e18ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18ccb


Comments

No comments written yet.

Please login to write comment.