Color Hex Logo

#e27bae Color Hex

#E27BAE
(226,123,174)
0 Favorites   0 Comments

Color spaces of #e27bae

RGB 226123174
HSL0.920.640.68
HSV330°46°89°
CMYK 0.000.460.23   0.11
XYZ46.087033.390744.0604
Yxy33.39070.37310.2703
Hunter Lab57.784741.2420-4.7589
CIE-Lab64.476045.9313-9.1793

#e27bae color RGB value is (226,123,174).

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

The process color (four color CMYK) of #e27bae color hex is 0.00, 0.46, 0.23, 0.11. Web safe color of #e27bae is #cc6699. Color #e27bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111011 10101110
Octal 342 173 256
Decimal 226 123 174
Hex E2 7B AE

RGB Percentages of Color #e27bae

%43.21
%23.52
%33.27

CMYK Percentages of Color #e27bae

%0
%46
%23
%11

Triadic Colors of #e27bae

#e27bae #aee27b #7baee2

Analogous Colors of #e27bae

#e27bae #e27c7b #e27be2

Monochromatic Colors of #e27bae

#e27bae

Complementary Color

#e27bae #7be2af

#e27bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27bae Color CSS Codes

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

#e27bae Text Font Color

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

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


#e27bae Background Color

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

This div background color is #e27bae


#e27bae Border Color

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

This div border color is #e27bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27bae


Comments

No comments written yet.

Please login to write comment.