Color Hex Logo

#e27bbb Color Hex

#E27BBB
(226,123,187)
0 Favorites   0 Comments

Color spaces of #e27bbb

RGB 226123187
HSL0.900.640.68
HSV323°46°89°
CMYK 0.000.460.17   0.11
XYZ47.416633.922551.0623
Yxy33.92250.35810.2562
Hunter Lab58.243043.3945-11.2101
CIE-Lab64.901047.8412-15.9009

#e27bbb color RGB value is (226,123,187).

#e27bbb hex color red value is 226, green value is 123 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e27bbb hue: 0.90 , saturation: 0.64 and the lightness value of e27bbb is 0.68.

The process color (four color CMYK) of #e27bbb color hex is 0.00, 0.46, 0.17, 0.11. Web safe color of #e27bbb is #cc66cc. Color #e27bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111011 10111011
Octal 342 173 273
Decimal 226 123 187
Hex E2 7B BB

RGB Percentages of Color #e27bbb

%42.16
%22.95
%34.89

CMYK Percentages of Color #e27bbb

%0
%46
%17
%11

Triadic Colors of #e27bbb

#e27bbb #bbe27b #7bbbe2

Analogous Colors of #e27bbb

#e27bbb #e27b88 #d67be2

Monochromatic Colors of #e27bbb

#e27bbb

Complementary Color

#e27bbb #7be2a2

#e27bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27bbb Color CSS Codes

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

#e27bbb Text Font Color

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

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


#e27bbb Background Color

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

This div background color is #e27bbb


#e27bbb Border Color

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

This div border color is #e27bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,123,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27bbb


Comments

No comments written yet.

Please login to write comment.