Color Hex Logo

#f0767d Color Hex

#F0767D
(240,118,125)
0 Favorites   0 Comments

Color spaces of #f0767d

RGB 240118125
HSL0.990.800.70
HSV357°51°94°
CMYK 0.000.510.48   0.06
XYZ46.115332.962823.3340
Yxy32.96280.45030.3219
Hunter Lab57.413242.901116.0925
CIE-Lab64.130847.499818.4715

#f0767d color RGB value is (240,118,125).

#f0767d hex color red value is 240, green value is 118 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f0767d hue: 0.99 , saturation: 0.80 and the lightness value of f0767d is 0.70.

The process color (four color CMYK) of #f0767d color hex is 0.00, 0.51, 0.48, 0.06. Web safe color of #f0767d is #ff6666. Color #f0767d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110110 01111101
Octal 360 166 175
Decimal 240 118 125
Hex F0 76 7D

RGB Percentages of Color #f0767d

%49.69
%24.43
%25.88

CMYK Percentages of Color #f0767d

%0
%51
%48
%6

Triadic Colors of #f0767d

#f0767d #7df076 #767df0

Analogous Colors of #f0767d

#f0767d #f0ac76 #f076ba

Monochromatic Colors of #f0767d

#f0767d

Complementary Color

#f0767d #76f0e9

#f0767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0767d Color CSS Codes

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

#f0767d Text Font Color

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

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


#f0767d Background Color

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

This div background color is #f0767d


#f0767d Border Color

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

This div border color is #f0767d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0767d


Comments

No comments written yet.

Please login to write comment.