Color Hex Logo

#f07bce Color Hex

#F07BCE
(240,123,206)
0 Favorites   0 Comments

Color spaces of #f07bce

RGB 240123206
HSL0.880.800.71
HSV317°49°94°
CMYK 0.000.490.14   0.06
XYZ54.158737.147462.7082
Yxy37.14740.35160.2412
Hunter Lab60.948751.9541-18.3376
CIE-Lab67.387555.0923-22.6278

#f07bce color RGB value is (240,123,206).

#f07bce hex color red value is 240, green value is 123 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f07bce hue: 0.88 , saturation: 0.80 and the lightness value of f07bce is 0.71.

The process color (four color CMYK) of #f07bce color hex is 0.00, 0.49, 0.14, 0.06. Web safe color of #f07bce is #ff66cc. Color #f07bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111011 11001110
Octal 360 173 316
Decimal 240 123 206
Hex F0 7B CE

RGB Percentages of Color #f07bce

%42.18
%21.62
%36.20

CMYK Percentages of Color #f07bce

%0
%49
%14
%6

Triadic Colors of #f07bce

#f07bce #cef07b #7bcef0

Analogous Colors of #f07bce

#f07bce #f07b94 #d87bf0

Monochromatic Colors of #f07bce

#f07bce

Complementary Color

#f07bce #7bf09d

#f07bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07bce Color CSS Codes

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

#f07bce Text Font Color

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

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


#f07bce Background Color

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

This div background color is #f07bce


#f07bce Border Color

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

This div border color is #f07bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07bce


Comments

No comments written yet.

Please login to write comment.