Color Hex Logo

#e38fbc Color Hex

#E38FBC
(227,143,188)
0 Favorites   0 Comments

Color spaces of #e38fbc

RGB 227143188
HSL0.910.600.73
HSV328°37°89°
CMYK 0.000.370.17   0.11
XYZ50.578139.606752.5560
Yxy39.60670.35430.2775
Hunter Lab62.933933.3210-5.4593
CIE-Lab69.188537.9852-10.0093

#e38fbc color RGB value is (227,143,188).

#e38fbc hex color red value is 227, green value is 143 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e38fbc hue: 0.91 , saturation: 0.60 and the lightness value of e38fbc is 0.73.

The process color (four color CMYK) of #e38fbc color hex is 0.00, 0.37, 0.17, 0.11. Web safe color of #e38fbc is #cc99cc. Color #e38fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001111 10111100
Octal 343 217 274
Decimal 227 143 188
Hex E3 8F BC

RGB Percentages of Color #e38fbc

%40.68
%25.63
%33.69

CMYK Percentages of Color #e38fbc

%0
%37
%17
%11

Triadic Colors of #e38fbc

#e38fbc #bce38f #8fbce3

Analogous Colors of #e38fbc

#e38fbc #e38f92 #e08fe3

Monochromatic Colors of #e38fbc

#e38fbc

Complementary Color

#e38fbc #8fe3b6

#e38fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38fbc Color CSS Codes

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

#e38fbc Text Font Color

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

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


#e38fbc Background Color

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

This div background color is #e38fbc


#e38fbc Border Color

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

This div border color is #e38fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,143,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e38fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e38fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #e38fbc;
  box-shadow:         1px 1px 3px 2px #e38fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,143,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38fbc


Comments

No comments written yet.

Please login to write comment.