Color Hex Logo

#f0626b Color Hex

#F0626B
(240,98,107)
0 Favorites   0 Comments

Color spaces of #f0626b

RGB 24098107
HSL0.990.830.66
HSV356°59°94°
CMYK 0.000.590.55   0.06
XYZ42.956728.322217.1126
Yxy28.32220.48600.3204
Hunter Lab53.218650.948118.1881
CIE-Lab60.178755.351423.4110

#f0626b color RGB value is (240,98,107).

#f0626b hex color red value is 240, green value is 98 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #f0626b hue: 0.99 , saturation: 0.83 and the lightness value of f0626b is 0.66.

The process color (four color CMYK) of #f0626b color hex is 0.00, 0.59, 0.55, 0.06. Web safe color of #f0626b is #ff6666. Color #f0626b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100010 01101011
Octal 360 142 153
Decimal 240 98 107
Hex F0 62 6B

RGB Percentages of Color #f0626b

%53.93
%22.02
%24.04

CMYK Percentages of Color #f0626b

%0
%59
%55
%6

Triadic Colors of #f0626b

#f0626b #6bf062 #626bf0

Analogous Colors of #f0626b

#f0626b #f0a062 #f062b2

Monochromatic Colors of #f0626b

#f0626b

Complementary Color

#f0626b #62f0e7

#f0626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0626b Color CSS Codes

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

#f0626b Text Font Color

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

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


#f0626b Background Color

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

This div background color is #f0626b


#f0626b Border Color

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

This div border color is #f0626b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0626b


Comments

No comments written yet.

Please login to write comment.