Color Hex Logo

#e288cb Color Hex

#E288CB
(226,136,203)
0 Favorites   0 Comments

Color spaces of #e288cb

RGB 226136203
HSL0.880.610.71
HSV315°40°89°
CMYK 0.000.400.10   0.11
XYZ50.947738.088961.1666
Yxy38.08890.33920.2536
Hunter Lab61.716239.3512-15.5607
CIE-Lab68.086143.7215-20.0484

#e288cb color RGB value is (226,136,203).

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

The process color (four color CMYK) of #e288cb color hex is 0.00, 0.40, 0.10, 0.11. Web safe color of #e288cb is #cc99cc. Color #e288cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001000 11001011
Octal 342 210 313
Decimal 226 136 203
Hex E2 88 CB

RGB Percentages of Color #e288cb

%40.00
%24.07
%35.93

CMYK Percentages of Color #e288cb

%0
%40
%10
%11

Triadic Colors of #e288cb

#e288cb #cbe288 #88cbe2

Analogous Colors of #e288cb

#e288cb #e2889e #cc88e2

Monochromatic Colors of #e288cb

#e288cb

Complementary Color

#e288cb #88e29f

#e288cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e288cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e288cb Color CSS Codes

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

#e288cb Text Font Color

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

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


#e288cb Background Color

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

This div background color is #e288cb


#e288cb Border Color

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

This div border color is #e288cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e288cb


Comments

No comments written yet.

Please login to write comment.