Color Hex Logo

#f90084 Color Hex

#F90084
(249,0,132)
0 Favorites   0 Comments

Color spaces of #f90084

RGB 2490132
HSL0.911.000.49
HSV328°100°98°
CMYK 0.001.000.47   0.02
XYZ43.231821.805723.7601
Yxy21.80570.48690.2456
Hunter Lab46.696683.53672.5197
CIE-Lab53.820283.5760-0.0294

#f90084 color RGB value is (249,0,132).

#f90084 hex color red value is 249, green value is 0 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #f90084 hue: 0.91 , saturation: 1.00 and the lightness value of f90084 is 0.49.

The process color (four color CMYK) of #f90084 color hex is 0.00, 1.00, 0.47, 0.02. Web safe color of #f90084 is #ff0099. Color #f90084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 10000100
Octal 371 0 204
Decimal 249 0 132
Hex F9 0 84

RGB Percentages of Color #f90084

%65.35
%0.00
%34.65

CMYK Percentages of Color #f90084

%0
%100
%47
%2

Triadic Colors of #f90084

#f90084 #84f900 #0084f9

Analogous Colors of #f90084

#f90084 #f90007 #f200f9

Monochromatic Colors of #f90084

#f90084

Complementary Color

#f90084 #00f975

#f90084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90084 Color CSS Codes

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

#f90084 Text Font Color

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

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


#f90084 Background Color

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

This div background color is #f90084


#f90084 Border Color

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

This div border color is #f90084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90084


Comments

No comments written yet.

Please login to write comment.