Color Hex Logo

#e78fdc Color Hex

#E78FDC
(231,143,220)
0 Favorites   0 Comments

Color spaces of #e78fdc

RGB 231143220
HSL0.850.650.73
HSV308°38°91°
CMYK 0.000.380.05   0.09
XYZ55.695741.801272.8431
Yxy41.80120.32700.2454
Hunter Lab64.653840.6236-21.5422
CIE-Lab70.733644.5540-25.3792

#e78fdc color RGB value is (231,143,220).

#e78fdc hex color red value is 231, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e78fdc hue: 0.85 , saturation: 0.65 and the lightness value of e78fdc is 0.73.

The process color (four color CMYK) of #e78fdc color hex is 0.00, 0.38, 0.05, 0.09. Web safe color of #e78fdc is #ff99cc. Color #e78fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001111 11011100
Octal 347 217 334
Decimal 231 143 220
Hex E7 8F DC

RGB Percentages of Color #e78fdc

%38.89
%24.07
%37.04

CMYK Percentages of Color #e78fdc

%0
%38
%5
%9

Triadic Colors of #e78fdc

#e78fdc #dce78f #8fdce7

Analogous Colors of #e78fdc

#e78fdc #e78fb0 #c68fe7

Monochromatic Colors of #e78fdc

#e78fdc

Complementary Color

#e78fdc #8fe79a

#e78fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78fdc Color CSS Codes

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

#e78fdc Text Font Color

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

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


#e78fdc Background Color

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

This div background color is #e78fdc


#e78fdc Border Color

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

This div border color is #e78fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78fdc


Comments

No comments written yet.

Please login to write comment.