Color Hex Logo

#f90178 Color Hex

#F90178
(249,1,120)
0 Favorites   0 Comments

Color spaces of #f90178

RGB 2491120
HSL0.920.990.49
HSV331°100°98°
CMYK 0.001.000.52   0.02
XYZ42.467921.517519.6843
Yxy21.51750.50760.2572
Hunter Lab46.387082.24207.3112
CIE-Lab53.511382.62956.7590

#f90178 color RGB value is (249,1,120).

#f90178 hex color red value is 249, green value is 1 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #f90178 hue: 0.92 , saturation: 0.99 and the lightness value of f90178 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000001 01111000
Octal 371 1 170
Decimal 249 1 120
Hex F9 1 78

RGB Percentages of Color #f90178

%67.30
%0.27
%32.43

CMYK Percentages of Color #f90178

%0
%100
%52
%2

Triadic Colors of #f90178

#f90178 #78f901 #0178f9

Analogous Colors of #f90178

#f90178 #f90601 #f901f4

Monochromatic Colors of #f90178

#f90178

Complementary Color

#f90178 #01f982

#f90178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90178 Color CSS Codes

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

#f90178 Text Font Color

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

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


#f90178 Background Color

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

This div background color is #f90178


#f90178 Border Color

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

This div border color is #f90178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90178

Related Colors


Comments

No comments written yet.

Please login to write comment.