Color Hex Logo

#f91478 Color Hex

#F91478
(249,20,120)
0 Favorites   0 Comments

Color spaces of #f91478

RGB 24920120
HSL0.930.950.53
HSV334°92°98°
CMYK 0.000.920.52   0.02
XYZ42.707221.996119.7641
Yxy21.99610.50560.2604
Hunter Lab46.900080.46737.8446
CIE-Lab54.022981.14107.4884

#f91478 color RGB value is (249,20,120).

#f91478 hex color red value is 249, green value is 20 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #f91478 hue: 0.93 , saturation: 0.95 and the lightness value of f91478 is 0.53.

The process color (four color CMYK) of #f91478 color hex is 0.00, 0.92, 0.52, 0.02. Web safe color of #f91478 is #ff0066. Color #f91478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010100 01111000
Octal 371 24 170
Decimal 249 20 120
Hex F9 14 78

RGB Percentages of Color #f91478

%64.01
%5.14
%30.85

CMYK Percentages of Color #f91478

%0
%92
%52
%2

Triadic Colors of #f91478

#f91478 #78f914 #1478f9

Analogous Colors of #f91478

#f91478 #f92314 #f914eb

Monochromatic Colors of #f91478

#f91478

Complementary Color

#f91478 #14f995

#f91478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91478 Color CSS Codes

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

#f91478 Text Font Color

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

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


#f91478 Background Color

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

This div background color is #f91478


#f91478 Border Color

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

This div border color is #f91478


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,20,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f91478; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f91478;
  -webkit-box-shadow: 1px 1px 3px 2px #f91478;
  box-shadow:         1px 1px 3px 2px #f91478; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,20,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91478

Related Colors


Comments

No comments written yet.

Please login to write comment.