color codes Logo

#f14dfa color codes

#F14DFA
(241,77,250)
0 Favorites   0 Comments

Color spaces of #f14dfa

RGB 24177250
HSL0.820.950.64
HSV297°69°98°
CMYK 0.040.690.00   0.02
XYZ56.184830.910793.4476
Yxy30.91070.31120.1712
Hunter Lab55.597483.0905-60.7359
CIE-Lab62.432281.5573-54.8359

#f14dfa color RGB value is (241,77,250).

#f14dfa hex color red value is 241, green value is 77 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f14dfa hue: 0.82 , saturation: 0.95 and the lightness value of f14dfa is 0.64.

The process color (four color CMYK) of #f14dfa color code is 0.04, 0.69, 0.00, 0.02. Web safe color of #f14dfa is #ff66ff. Color #f14dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001101 11111010
Octal 361 115 372
Decimal 241 77 250
Hex F1 4D FA

RGB Percentages of Color #f14dfa

%42.43
%13.56
%44.01

CMYK Percentages of Color #f14dfa

%4
%69
%0
%2

Triadic Colors of #f14dfa

#f14dfa #faf14d #4dfaf1

Analogous Colors of #f14dfa

#f14dfa #fa4dad #9b4dfa

Monochromatic Colors of #f14dfa

#f14dfa

Complementary Color

#f14dfa #56fa4d

#f14dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14dfa Color CSS Codes

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

#f14dfa Text Font Color

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

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


#f14dfa Background Color

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

This div background color is #f14dfa


#f14dfa Border Color

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

This div border color is #f14dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.