Color Hex Logo

#e14fbc Color Hex

#E14FBC
(225,79,188)
0 Favorites   0 Comments

Color spaces of #e14fbc

RGB 22579188
HSL0.880.710.60
HSV315°65°88°
CMYK 0.000.650.16   0.12
XYZ42.924425.230450.1845
Yxy25.23040.36270.2132
Hunter Lab50.229964.6365-24.0755
CIE-Lab57.299267.6669-28.1118

#e14fbc color RGB value is (225,79,188).

#e14fbc hex color red value is 225, green value is 79 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e14fbc hue: 0.88 , saturation: 0.71 and the lightness value of e14fbc is 0.60.

The process color (four color CMYK) of #e14fbc color hex is 0.00, 0.65, 0.16, 0.12. Web safe color of #e14fbc is #cc66cc. Color #e14fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001111 10111100
Octal 341 117 274
Decimal 225 79 188
Hex E1 4F BC

RGB Percentages of Color #e14fbc

%45.73
%16.06
%38.21

CMYK Percentages of Color #e14fbc

%0
%65
%16
%12

Triadic Colors of #e14fbc

#e14fbc #bce14f #4fbce1

Analogous Colors of #e14fbc

#e14fbc #e14f73 #bd4fe1

Monochromatic Colors of #e14fbc

#e14fbc

Complementary Color

#e14fbc #4fe174

#e14fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14fbc Color CSS Codes

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

#e14fbc Text Font Color

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

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


#e14fbc Background Color

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

This div background color is #e14fbc


#e14fbc Border Color

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

This div border color is #e14fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14fbc


Comments

No comments written yet.

Please login to write comment.