Color Hex Logo

#f14dba Color Hex

#F14DBA
(241,77,186)
0 Favorites   0 Comments

Color spaces of #f14dba

RGB 24177186
HSL0.890.850.62
HSV320°68°95°
CMYK 0.000.680.23   0.05
XYZ47.792427.553749.2538
Yxy27.55370.38360.2211
Hunter Lab52.491670.6598-18.8887
CIE-Lab59.483472.2380-23.3851

#f14dba color RGB value is (241,77,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001101 10111010
Octal 361 115 272
Decimal 241 77 186
Hex F1 4D BA

RGB Percentages of Color #f14dba

%47.82
%15.28
%36.90

CMYK Percentages of Color #f14dba

%0
%68
%23
%5

Triadic Colors of #f14dba

#f14dba #baf14d #4dbaf1

Analogous Colors of #f14dba

#f14dba #f14d68 #d64df1

Monochromatic Colors of #f14dba

#f14dba

Complementary Color

#f14dba #4df184

#f14dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14dba Color CSS Codes

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

#f14dba Text Font Color

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

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


#f14dba Background Color

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

This div background color is #f14dba


#f14dba Border Color

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

This div border color is #f14dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,77,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14dba


Comments

No comments written yet.

Please login to write comment.