Color Hex Logo

#e27fbf Color Hex

#E27FBF
(226,127,191)
0 Favorites   0 Comments

Color spaces of #e27fbf

RGB 226127191
HSL0.890.630.69
HSV321°44°89°
CMYK 0.000.440.15   0.11
XYZ48.357435.109153.5182
Yxy35.10910.35300.2563
Hunter Lab59.252941.9845-12.0746
CIE-Lab65.833546.4273-16.7453

#e27fbf color RGB value is (226,127,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111111 10111111
Octal 342 177 277
Decimal 226 127 191
Hex E2 7F BF

RGB Percentages of Color #e27fbf

%41.54
%23.35
%35.11

CMYK Percentages of Color #e27fbf

%0
%44
%15
%11

Triadic Colors of #e27fbf

#e27fbf #bfe27f #7fbfe2

Analogous Colors of #e27fbf

#e27fbf #e27f8e #d47fe2

Monochromatic Colors of #e27fbf

#e27fbf

Complementary Color

#e27fbf #7fe2a2

#e27fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27fbf Color CSS Codes

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

#e27fbf Text Font Color

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

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


#e27fbf Background Color

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

This div background color is #e27fbf


#e27fbf Border Color

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

This div border color is #e27fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27fbf


Comments

No comments written yet.

Please login to write comment.