Color Hex Logo

#e14bfd Color Hex

#E14BFD
(225,75,253)
0 Favorites   0 Comments

Color spaces of #e14bfd

RGB 22575253
HSL0.810.980.64
HSV291°70°99°
CMYK 0.110.700.00   0.01
XYZ51.297028.131695.6548
Yxy28.13160.29300.1607
Hunter Lab53.039279.8180-69.8004
CIE-Lab60.007479.4693-60.5012

#e14bfd color RGB value is (225,75,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001011 11111101
Octal 341 113 375
Decimal 225 75 253
Hex E1 4B FD

RGB Percentages of Color #e14bfd

%40.69
%13.56
%45.75

CMYK Percentages of Color #e14bfd

%11
%70
%0
%1

Triadic Colors of #e14bfd

#e14bfd #fde14b #4bfde1

Analogous Colors of #e14bfd

#e14bfd #fd4bc0 #884bfd

Monochromatic Colors of #e14bfd

#e14bfd

Complementary Color

#e14bfd #67fd4b

#e14bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14bfd Color CSS Codes

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

#e14bfd Text Font Color

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

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


#e14bfd Background Color

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

This div background color is #e14bfd


#e14bfd Border Color

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

This div border color is #e14bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14bfd


Comments

No comments written yet.

Please login to write comment.