Color Hex Logo

#f090be Color Hex

#F090BE
(240,144,190)
0 Favorites   0 Comments

Color spaces of #f090be

RGB 240144190
HSL0.920.760.75
HSV331°40°94°
CMYK 0.000.400.21   0.06
XYZ55.202742.189553.9491
Yxy42.18950.36480.2788
Hunter Lab64.953438.0352-3.7777
CIE-Lab71.001442.1617-8.2577

#f090be color RGB value is (240,144,190).

#f090be hex color red value is 240, green value is 144 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f090be hue: 0.92 , saturation: 0.76 and the lightness value of f090be is 0.75.

The process color (four color CMYK) of #f090be color hex is 0.00, 0.40, 0.21, 0.06. Web safe color of #f090be is #ff99cc. Color #f090be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010000 10111110
Octal 360 220 276
Decimal 240 144 190
Hex F0 90 BE

RGB Percentages of Color #f090be

%41.81
%25.09
%33.10

CMYK Percentages of Color #f090be

%0
%40
%21
%6

Triadic Colors of #f090be

#f090be #bef090 #90bef0

Analogous Colors of #f090be

#f090be #f09290 #f090ee

Monochromatic Colors of #f090be

#f090be

Complementary Color

#f090be #90f0c2

#f090be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f090be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f090be Color CSS Codes

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

#f090be Text Font Color

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

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


#f090be Background Color

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

This div background color is #f090be


#f090be Border Color

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

This div border color is #f090be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f090be


Comments

No comments written yet.

Please login to write comment.