Color Hex Logo

#f14cad Color Hex

#F14CAD
(241,76,173)
0 Favorites   0 Comments

Color spaces of #f14cad

RGB 24176173
HSL0.900.850.62
HSV325°68°95°
CMYK 0.000.680.28   0.05
XYZ46.402926.886842.2791
Yxy26.88680.40150.2326
Hunter Lab51.852568.9982-12.0467
CIE-Lab58.869470.9933-16.8249

#f14cad color RGB value is (241,76,173).

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

The process color (four color CMYK) of #f14cad color hex is 0.00, 0.68, 0.28, 0.05. Web safe color of #f14cad is #ff3399. Color #f14cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001100 10101101
Octal 361 114 255
Decimal 241 76 173
Hex F1 4C AD

RGB Percentages of Color #f14cad

%49.18
%15.51
%35.31

CMYK Percentages of Color #f14cad

%0
%68
%28
%5

Triadic Colors of #f14cad

#f14cad #adf14c #4cadf1

Analogous Colors of #f14cad

#f14cad #f14c5b #e34cf1

Monochromatic Colors of #f14cad

#f14cad

Complementary Color

#f14cad #4cf190

#f14cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14cad Color CSS Codes

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

#f14cad Text Font Color

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

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


#f14cad Background Color

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

This div background color is #f14cad


#f14cad Border Color

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

This div border color is #f14cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14cad


Comments

No comments written yet.

Please login to write comment.