color codes Logo

#e14fef color codes

#E14FEF
(225,79,239)
0 Favorites   0 Comments

Color spaces of #e14fef

RGB 22579239
HSL0.820.830.62
HSV295°67°94°
CMYK 0.060.670.00   0.06
XYZ49.427327.831584.4283
Yxy27.83150.30570.1721
Hunter Lab52.755674.9165-57.9569
CIE-Lab59.736275.6312-53.1613

#e14fef color RGB value is (225,79,239).

#e14fef hex color red value is 225, green value is 79 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e14fef hue: 0.82 , saturation: 0.83 and the lightness value of e14fef is 0.62.

The process color (four color CMYK) of #e14fef color code is 0.06, 0.67, 0.00, 0.06. Web safe color of #e14fef is #cc66ff. Color #e14fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001111 11101111
Octal 341 117 357
Decimal 225 79 239
Hex E1 4F EF

RGB Percentages of Color #e14fef

%41.44
%14.55
%44.01

CMYK Percentages of Color #e14fef

%6
%67
%0
%6

Triadic Colors of #e14fef

#e14fef #efe14f #4fefe1

Analogous Colors of #e14fef

#e14fef #ef4fad #914fef

Monochromatic Colors of #e14fef

#e14fef

Complementary Color

#e14fef #5def4f

#e14fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14fef Color CSS Codes

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

#e14fef Text Font Color

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

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


#e14fef Background Color

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

This div background color is #e14fef


#e14fef Border Color

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

This div border color is #e14fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,79,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14fef


Comments

No comments written yet.

Please login to write comment.