Color Hex Logo

#e38fca Color Hex

#E38FCA
(227,143,202)
0 Favorites   0 Comments

Color spaces of #e38fca

RGB 227143202
HSL0.880.600.73
HSV318°37°89°
CMYK 0.000.370.11   0.11
XYZ52.161740.240160.8950
Yxy40.24010.34030.2625
Hunter Lab63.435135.7664-12.5113
CIE-Lab69.640240.2234-17.1242

#e38fca color RGB value is (227,143,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001111 11001010
Octal 343 217 312
Decimal 227 143 202
Hex E3 8F CA

RGB Percentages of Color #e38fca

%39.69
%25.00
%35.31

CMYK Percentages of Color #e38fca

%0
%37
%11
%11

Triadic Colors of #e38fca

#e38fca #cae38f #8fcae3

Analogous Colors of #e38fca

#e38fca #e38fa0 #d28fe3

Monochromatic Colors of #e38fca

#e38fca

Complementary Color

#e38fca #8fe3a8

#e38fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38fca Color CSS Codes

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

#e38fca Text Font Color

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

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


#e38fca Background Color

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

This div background color is #e38fca


#e38fca Border Color

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

This div border color is #e38fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38fca


Comments

No comments written yet.

Please login to write comment.