Color Hex Logo

#e48fce Color Hex

#E48FCE
(228,143,206)
0 Favorites   0 Comments

Color spaces of #e48fce

RGB 228143206
HSL0.880.610.73
HSV316°37°89°
CMYK 0.000.370.10   0.11
XYZ52.957940.595163.4370
Yxy40.59510.33730.2586
Hunter Lab63.714336.8652-14.4320
CIE-Lab69.891341.2134-18.9530

#e48fce color RGB value is (228,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001111 11001110
Octal 344 217 316
Decimal 228 143 206
Hex E4 8F CE

RGB Percentages of Color #e48fce

%39.51
%24.78
%35.70

CMYK Percentages of Color #e48fce

%0
%37
%10
%11

Triadic Colors of #e48fce

#e48fce #cee48f #8fcee4

Analogous Colors of #e48fce

#e48fce #e48fa4 #d08fe4

Monochromatic Colors of #e48fce

#e48fce

Complementary Color

#e48fce #8fe4a5

#e48fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48fce Color CSS Codes

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

#e48fce Text Font Color

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

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


#e48fce Background Color

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

This div background color is #e48fce


#e48fce Border Color

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

This div border color is #e48fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48fce


Comments

No comments written yet.

Please login to write comment.