Color Hex Logo

#f14afd Color Hex

#F14AFD
(241,74,253)
0 Favorites   0 Comments

Color spaces of #f14afd

RGB 24174253
HSL0.820.980.64
HSV296°71°99°
CMYK 0.050.710.00   0.01
XYZ56.454030.690295.8768
Yxy30.69020.30850.1677
Hunter Lab55.398784.9524-63.8322
CIE-Lab62.245283.0322-56.7911

#f14afd color RGB value is (241,74,253).

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

The process color (four color CMYK) of #f14afd color hex is 0.05, 0.71, 0.00, 0.01. Web safe color of #f14afd is #ff33ff. Color #f14afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001010 11111101
Octal 361 112 375
Decimal 241 74 253
Hex F1 4A FD

RGB Percentages of Color #f14afd

%42.43
%13.03
%44.54

CMYK Percentages of Color #f14afd

%5
%71
%0
%1

Triadic Colors of #f14afd

#f14afd #fdf14a #4afdf1

Analogous Colors of #f14afd

#f14afd #fd4ab0 #984afd

Monochromatic Colors of #f14afd

#f14afd

Complementary Color

#f14afd #56fd4a

#f14afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14afd Color CSS Codes

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

#f14afd Text Font Color

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

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


#f14afd Background Color

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

This div background color is #f14afd


#f14afd Border Color

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

This div border color is #f14afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14afd

Related Colors


Comments

No comments written yet.

Please login to write comment.