Color Hex Logo

#f90689 Color Hex

#F90689
(249,6,137)
0 Favorites   0 Comments

Color spaces of #f90689

RGB 2496137
HSL0.910.950.50
HSV328°98°98°
CMYK 0.000.980.45   0.02
XYZ43.647422.076125.6276
Yxy22.07610.47780.2417
Hunter Lab46.985283.59530.5505
CIE-Lab54.107783.5654-2.6093

#f90689 color RGB value is (249,6,137).

#f90689 hex color red value is 249, green value is 6 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #f90689 hue: 0.91 , saturation: 0.95 and the lightness value of f90689 is 0.50.

The process color (four color CMYK) of #f90689 color hex is 0.00, 0.98, 0.45, 0.02. Web safe color of #f90689 is #ff0099. Color #f90689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000110 10001001
Octal 371 6 211
Decimal 249 6 137
Hex F9 6 89

RGB Percentages of Color #f90689

%63.52
%1.53
%34.95

CMYK Percentages of Color #f90689

%0
%98
%45
%2

Triadic Colors of #f90689

#f90689 #89f906 #0689f9

Analogous Colors of #f90689

#f90689 #f90610 #f006f9

Monochromatic Colors of #f90689

#f90689

Complementary Color

#f90689 #06f976

#f90689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90689 Color CSS Codes

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

#f90689 Text Font Color

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

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


#f90689 Background Color

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

This div background color is #f90689


#f90689 Border Color

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

This div border color is #f90689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90689


Comments

No comments written yet.

Please login to write comment.