Color Hex Logo

#e38fed Color Hex

#E38FED
(227,143,237)
0 Favorites   0 Comments

Color spaces of #e38fed

RGB 227143237
HSL0.820.720.75
HSV294°40°93°
CMYK 0.040.400.00   0.07
XYZ56.787142.090285.2520
Yxy42.09020.30840.2286
Hunter Lab64.877042.7072-32.4965
CIE-Lab70.933146.4097-34.4520

#e38fed color RGB value is (227,143,237).

#e38fed hex color red value is 227, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e38fed hue: 0.82 , saturation: 0.72 and the lightness value of e38fed is 0.75.

The process color (four color CMYK) of #e38fed color hex is 0.04, 0.40, 0.00, 0.07. Web safe color of #e38fed is #cc99ff. Color #e38fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001111 11101101
Octal 343 217 355
Decimal 227 143 237
Hex E3 8F ED

RGB Percentages of Color #e38fed

%37.40
%23.56
%39.04

CMYK Percentages of Color #e38fed

%4
%40
%0
%7

Triadic Colors of #e38fed

#e38fed #ede38f #8fede3

Analogous Colors of #e38fed

#e38fed #ed8fc8 #b48fed

Monochromatic Colors of #e38fed

#e38fed

Complementary Color

#e38fed #99ed8f

#e38fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38fed Color CSS Codes

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

#e38fed Text Font Color

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

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


#e38fed Background Color

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

This div background color is #e38fed


#e38fed Border Color

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

This div border color is #e38fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38fed


Comments

No comments written yet.

Please login to write comment.