Color Hex Logo

#e27baf Color Hex

#E27BAF
(226,123,175)
0 Favorites   0 Comments

Color spaces of #e27baf

RGB 226123175
HSL0.920.640.68
HSV330°46°89°
CMYK 0.000.460.23   0.11
XYZ46.184933.429844.5758
Yxy33.42980.37190.2692
Hunter Lab57.818541.4018-5.2373
CIE-Lab64.507446.0739-9.6998

#e27baf color RGB value is (226,123,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111011 10101111
Octal 342 173 257
Decimal 226 123 175
Hex E2 7B AF

RGB Percentages of Color #e27baf

%43.13
%23.47
%33.40

CMYK Percentages of Color #e27baf

%0
%46
%23
%11

Triadic Colors of #e27baf

#e27baf #afe27b #7bafe2

Analogous Colors of #e27baf

#e27baf #e27b7c #e27be2

Monochromatic Colors of #e27baf

#e27baf

Complementary Color

#e27baf #7be2ae

#e27baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27baf Color CSS Codes

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

#e27baf Text Font Color

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

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


#e27baf Background Color

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

This div background color is #e27baf


#e27baf Border Color

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

This div border color is #e27baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27baf


Comments

No comments written yet.

Please login to write comment.