Color Hex Logo

#f0189a Color Hex

#F0189A
(240,24,154)
0 Favorites   0 Comments

Color spaces of #f0189a

RGB 24024154
HSL0.900.880.52
HSV324°90°94°
CMYK 0.000.900.36   0.06
XYZ42.094521.511632.5054
Yxy21.51160.43800.2238
Hunter Lab46.380680.8385-9.0864
CIE-Lab53.504981.5333-13.8322

#f0189a color RGB value is (240,24,154).

#f0189a hex color red value is 240, green value is 24 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f0189a hue: 0.90 , saturation: 0.88 and the lightness value of f0189a is 0.52.

The process color (four color CMYK) of #f0189a color hex is 0.00, 0.90, 0.36, 0.06. Web safe color of #f0189a is #ff0099. Color #f0189a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011000 10011010
Octal 360 30 232
Decimal 240 24 154
Hex F0 18 9A

RGB Percentages of Color #f0189a

%57.42
%5.74
%36.84

CMYK Percentages of Color #f0189a

%0
%90
%36
%6

Triadic Colors of #f0189a

#f0189a #9af018 #189af0

Analogous Colors of #f0189a

#f0189a #f0182e #da18f0

Monochromatic Colors of #f0189a

#f0189a

Complementary Color

#f0189a #18f06e

#f0189a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0189a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0189a Color CSS Codes

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

#f0189a Text Font Color

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

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


#f0189a Background Color

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

This div background color is #f0189a


#f0189a Border Color

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

This div border color is #f0189a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,24,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0189a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0189a;
  -webkit-box-shadow: 1px 1px 3px 2px #f0189a;
  box-shadow:         1px 1px 3px 2px #f0189a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,24,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0189a


Comments

No comments written yet.

Please login to write comment.