Color Hex Logo

#e27bba Color Hex

#E27BBA
(226,123,186)
0 Favorites   0 Comments

Color spaces of #e27bba

RGB 226123186
HSL0.900.640.68
HSV323°46°89°
CMYK 0.000.460.18   0.11
XYZ47.309933.879850.5003
Yxy33.87980.35930.2573
Hunter Lab58.206443.2230-10.6960
CIE-Lab64.867147.6899-15.3872

#e27bba color RGB value is (226,123,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111011 10111010
Octal 342 173 272
Decimal 226 123 186
Hex E2 7B BA

RGB Percentages of Color #e27bba

%42.24
%22.99
%34.77

CMYK Percentages of Color #e27bba

%0
%46
%18
%11

Triadic Colors of #e27bba

#e27bba #bae27b #7bbae2

Analogous Colors of #e27bba

#e27bba #e27b87 #d77be2

Monochromatic Colors of #e27bba

#e27bba

Complementary Color

#e27bba #7be2a3

#e27bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27bba Color CSS Codes

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

#e27bba Text Font Color

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

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


#e27bba Background Color

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

This div background color is #e27bba


#e27bba Border Color

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

This div border color is #e27bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27bba


Comments

No comments written yet.

Please login to write comment.