color codes Logo

#e78cfd color codes

#E78CFD
(231,140,253)
0 Favorites   0 Comments

Color spaces of #e78cfd

RGB 231140253
HSL0.800.970.77
HSV288°45°99°
CMYK 0.090.450.00   0.01
XYZ60.062742.836998.0312
Yxy42.83690.29890.2132
Hunter Lab65.449949.2703-42.9899
CIE-Lab71.444152.1530-42.3561

#e78cfd color RGB value is (231,140,253).

#e78cfd hex color red value is 231, green value is 140 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e78cfd hue: 0.80 , saturation: 0.97 and the lightness value of e78cfd is 0.77.

The process color (four color CMYK) of #e78cfd color code is 0.09, 0.45, 0.00, 0.01. Web safe color of #e78cfd is #ff99ff. Color #e78cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001100 11111101
Octal 347 214 375
Decimal 231 140 253
Hex E7 8C FD

RGB Percentages of Color #e78cfd

%37.02
%22.44
%40.54

CMYK Percentages of Color #e78cfd

%9
%45
%0
%1

Triadic Colors of #e78cfd

#e78cfd #fde78c #8cfde7

Analogous Colors of #e78cfd

#e78cfd #fd8cdb #af8cfd

Monochromatic Colors of #e78cfd

#e78cfd

Complementary Color

#e78cfd #a2fd8c

#e78cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78cfd Color CSS Codes

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

#e78cfd Text Font Color

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

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


#e78cfd Background Color

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

This div background color is #e78cfd


#e78cfd Border Color

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

This div border color is #e78cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78cfd


Comments

No comments written yet.

Please login to write comment.