Color Hex Logo

#e27cbd Color Hex

#E27CBD
(226,124,189)
0 Favorites   0 Comments

Color spaces of #e27cbd

RGB 226124189
HSL0.890.640.69
HSV322°45°89°
CMYK 0.000.450.16   0.11
XYZ47.757034.258252.2395
Yxy34.25820.35570.2552
Hunter Lab58.530543.2157-11.9460
CIE-Lab65.167047.6414-16.6273

#e27cbd color RGB value is (226,124,189).

#e27cbd hex color red value is 226, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e27cbd hue: 0.89 , saturation: 0.64 and the lightness value of e27cbd is 0.69.

The process color (four color CMYK) of #e27cbd color hex is 0.00, 0.45, 0.16, 0.11. Web safe color of #e27cbd is #cc66cc. Color #e27cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111100 10111101
Octal 342 174 275
Decimal 226 124 189
Hex E2 7C BD

RGB Percentages of Color #e27cbd

%41.93
%23.01
%35.06

CMYK Percentages of Color #e27cbd

%0
%45
%16
%11

Triadic Colors of #e27cbd

#e27cbd #bde27c #7cbde2

Analogous Colors of #e27cbd

#e27cbd #e27c8a #d47ce2

Monochromatic Colors of #e27cbd

#e27cbd

Complementary Color

#e27cbd #7ce2a1

#e27cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27cbd Color CSS Codes

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

#e27cbd Text Font Color

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

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


#e27cbd Background Color

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

This div background color is #e27cbd


#e27cbd Border Color

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

This div border color is #e27cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27cbd


Comments

No comments written yet.

Please login to write comment.