Color Hex Logo

#f14bdf Color Hex

#F14BDF
(241,75,223)
0 Favorites   0 Comments

Color spaces of #f14bdf

RGB 24175223
HSL0.850.860.62
HSV307°69°95°
CMYK 0.000.690.07   0.05
XYZ52.111029.060672.6747
Yxy29.06060.33870.1889
Hunter Lab53.907978.2114-42.1950
CIE-Lab60.835178.0439-42.3108

#f14bdf color RGB value is (241,75,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001011 11011111
Octal 361 113 337
Decimal 241 75 223
Hex F1 4B DF

RGB Percentages of Color #f14bdf

%44.71
%13.91
%41.37

CMYK Percentages of Color #f14bdf

%0
%69
%7
%5

Triadic Colors of #f14bdf

#f14bdf #dff14b #4bdff1

Analogous Colors of #f14bdf

#f14bdf #f14b8c #b04bf1

Monochromatic Colors of #f14bdf

#f14bdf

Complementary Color

#f14bdf #4bf15d

#f14bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14bdf Color CSS Codes

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

#f14bdf Text Font Color

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

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


#f14bdf Background Color

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

This div background color is #f14bdf


#f14bdf Border Color

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

This div border color is #f14bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14bdf

Related Colors


Comments

No comments written yet.

Please login to write comment.