Color Hex Logo

#f14ebc Color Hex

#F14EBC
(241,78,188)
0 Favorites   0 Comments

Color spaces of #f14ebc

RGB 24178188
HSL0.890.850.63
HSV320°68°95°
CMYK 0.000.680.22   0.05
XYZ48.077127.780450.4052
Yxy27.78040.38080.2200
Hunter Lab52.707170.5824-19.8056
CIE-Lab59.689872.1360-24.2163

#f14ebc color RGB value is (241,78,188).

#f14ebc hex color red value is 241, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f14ebc hue: 0.89 , saturation: 0.85 and the lightness value of f14ebc is 0.63.

The process color (four color CMYK) of #f14ebc color hex is 0.00, 0.68, 0.22, 0.05. Web safe color of #f14ebc is #ff66cc. Color #f14ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001110 10111100
Octal 361 116 274
Decimal 241 78 188
Hex F1 4E BC

RGB Percentages of Color #f14ebc

%47.53
%15.38
%37.08

CMYK Percentages of Color #f14ebc

%0
%68
%22
%5

Triadic Colors of #f14ebc

#f14ebc #bcf14e #4ebcf1

Analogous Colors of #f14ebc

#f14ebc #f14e6b #d54ef1

Monochromatic Colors of #f14ebc

#f14ebc

Complementary Color

#f14ebc #4ef183

#f14ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14ebc Color CSS Codes

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

#f14ebc Text Font Color

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

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


#f14ebc Background Color

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

This div background color is #f14ebc


#f14ebc Border Color

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

This div border color is #f14ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14ebc


Comments

No comments written yet.

Please login to write comment.