Color Hex Logo

#e14cfd Color Hex

#E14CFD
(225,76,253)
0 Favorites   0 Comments

Color spaces of #e14cfd

RGB 22576253
HSL0.810.980.65
HSV291°70°99°
CMYK 0.110.700.00   0.01
XYZ51.365428.268395.6776
Yxy28.26830.29300.1612
Hunter Lab53.167979.4045-69.4769
CIE-Lab60.130479.1203-60.3045

#e14cfd color RGB value is (225,76,253).

#e14cfd hex color red value is 225, green value is 76 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e14cfd hue: 0.81 , saturation: 0.98 and the lightness value of e14cfd is 0.65.

The process color (four color CMYK) of #e14cfd color hex is 0.11, 0.70, 0.00, 0.01. Web safe color of #e14cfd is #cc33ff. Color #e14cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001100 11111101
Octal 341 114 375
Decimal 225 76 253
Hex E1 4C FD

RGB Percentages of Color #e14cfd

%40.61
%13.72
%45.67

CMYK Percentages of Color #e14cfd

%11
%70
%0
%1

Triadic Colors of #e14cfd

#e14cfd #fde14c #4cfde1

Analogous Colors of #e14cfd

#e14cfd #fd4cc1 #894cfd

Monochromatic Colors of #e14cfd

#e14cfd

Complementary Color

#e14cfd #68fd4c

#e14cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14cfd Color CSS Codes

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

#e14cfd Text Font Color

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

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


#e14cfd Background Color

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

This div background color is #e14cfd


#e14cfd Border Color

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

This div border color is #e14cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14cfd


Comments

No comments written yet.

Please login to write comment.