Color Hex Logo

#e27fbd Color Hex

#E27FBD
(226,127,189)
0 Favorites   0 Comments

Color spaces of #e27fbd

RGB 226127189
HSL0.900.630.69
HSV322°44°89°
CMYK 0.000.440.16   0.11
XYZ48.138735.021652.3668
Yxy35.02160.35520.2584
Hunter Lab59.179141.6360-11.0396
CIE-Lab65.765546.1180-15.7225

#e27fbd color RGB value is (226,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111111 10111101
Octal 342 177 275
Decimal 226 127 189
Hex E2 7F BD

RGB Percentages of Color #e27fbd

%41.70
%23.43
%34.87

CMYK Percentages of Color #e27fbd

%0
%44
%16
%11

Triadic Colors of #e27fbd

#e27fbd #bde27f #7fbde2

Analogous Colors of #e27fbd

#e27fbd #e27f8c #d67fe2

Monochromatic Colors of #e27fbd

#e27fbd

Complementary Color

#e27fbd #7fe2a4

#e27fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27fbd Color CSS Codes

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

#e27fbd Text Font Color

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

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


#e27fbd Background Color

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

This div background color is #e27fbd


#e27fbd Border Color

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

This div border color is #e27fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,127,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 #e27fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27fbd


Comments

No comments written yet.

Please login to write comment.