Color Hex Logo

#f14adf Color Hex

#F14ADF
(241,74,223)
0 Favorites   0 Comments

Color spaces of #f14adf

RGB 24174223
HSL0.850.860.62
HSV306°69°95°
CMYK 0.000.690.07   0.05
XYZ52.043728.926072.6523
Yxy28.92600.33880.1883
Hunter Lab53.782978.6077-42.4435
CIE-Lab60.716378.3798-42.4977

#f14adf color RGB value is (241,74,223).

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

The process color (four color CMYK) of #f14adf color hex is 0.00, 0.69, 0.07, 0.05. Web safe color of #f14adf is #ff33cc. Color #f14adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001010 11011111
Octal 361 112 337
Decimal 241 74 223
Hex F1 4A DF

RGB Percentages of Color #f14adf

%44.80
%13.75
%41.45

CMYK Percentages of Color #f14adf

%0
%69
%7
%5

Triadic Colors of #f14adf

#f14adf #dff14a #4adff1

Analogous Colors of #f14adf

#f14adf #f14a8c #b04af1

Monochromatic Colors of #f14adf

#f14adf

Complementary Color

#f14adf #4af15c

#f14adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14adf Color CSS Codes

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

#f14adf Text Font Color

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

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


#f14adf Background Color

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

This div background color is #f14adf


#f14adf Border Color

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

This div border color is #f14adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14adf


Comments

No comments written yet.

Please login to write comment.