Color Hex Logo

#f14ffd Color Hex

#F14FFD
(241,79,253)
0 Favorites   0 Comments

Color spaces of #f14ffd

RGB 24179253
HSL0.820.980.65
HSV296°69°99°
CMYK 0.050.690.00   0.01
XYZ56.801231.384695.9926
Yxy31.38460.30840.1704
Hunter Lab56.022082.9444-62.3770
CIE-Lab62.831081.3674-55.8583

#f14ffd color RGB value is (241,79,253).

#f14ffd hex color red value is 241, green value is 79 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f14ffd hue: 0.82 , saturation: 0.98 and the lightness value of f14ffd is 0.65.

The process color (four color CMYK) of #f14ffd color hex is 0.05, 0.69, 0.00, 0.01. Web safe color of #f14ffd is #ff66ff. Color #f14ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001111 11111101
Octal 361 117 375
Decimal 241 79 253
Hex F1 4F FD

RGB Percentages of Color #f14ffd

%42.06
%13.79
%44.15

CMYK Percentages of Color #f14ffd

%5
%69
%0
%1

Triadic Colors of #f14ffd

#f14ffd #fdf14f #4ffdf1

Analogous Colors of #f14ffd

#f14ffd #fd4fb2 #9a4ffd

Monochromatic Colors of #f14ffd

#f14ffd

Complementary Color

#f14ffd #5bfd4f

#f14ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14ffd Color CSS Codes

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

#f14ffd Text Font Color

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

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


#f14ffd Background Color

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

This div background color is #f14ffd


#f14ffd Border Color

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

This div border color is #f14ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.