Color Hex Logo

#e38eca Color Hex

#E38ECA
(227,142,202)
0 Favorites   0 Comments

Color spaces of #e38eca

RGB 227142202
HSL0.880.600.72
HSV318°37°89°
CMYK 0.000.370.11   0.11
XYZ52.012239.941260.8452
Yxy39.94120.34040.2614
Hunter Lab63.199136.3054-12.8424
CIE-Lab69.427640.7482-17.4458

#e38eca color RGB value is (227,142,202).

#e38eca hex color red value is 227, green value is 142 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e38eca hue: 0.88 , saturation: 0.60 and the lightness value of e38eca is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001110 11001010
Octal 343 216 312
Decimal 227 142 202
Hex E3 8E CA

RGB Percentages of Color #e38eca

%39.75
%24.87
%35.38

CMYK Percentages of Color #e38eca

%0
%37
%11
%11

Triadic Colors of #e38eca

#e38eca #cae38e #8ecae3

Analogous Colors of #e38eca

#e38eca #e38ea0 #d28ee3

Monochromatic Colors of #e38eca

#e38eca

Complementary Color

#e38eca #8ee3a7

#e38eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38eca Color CSS Codes

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

#e38eca Text Font Color

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

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


#e38eca Background Color

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

This div background color is #e38eca


#e38eca Border Color

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

This div border color is #e38eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38eca


Comments

No comments written yet.

Please login to write comment.