Color Hex Logo

#f076cb Color Hex

#F076CB
(240,118,203)
0 Favorites   0 Comments

Color spaces of #f076cb

RGB 240118203
HSL0.880.800.70
HSV318°51°94°
CMYK 0.000.510.15   0.06
XYZ53.193135.793960.6052
Yxy35.79390.35560.2393
Hunter Lab59.828054.0054-18.1806
CIE-Lab66.362157.0335-22.5142

#f076cb color RGB value is (240,118,203).

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

The process color (four color CMYK) of #f076cb color hex is 0.00, 0.51, 0.15, 0.06. Web safe color of #f076cb is #ff66cc. Color #f076cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110110 11001011
Octal 360 166 313
Decimal 240 118 203
Hex F0 76 CB

RGB Percentages of Color #f076cb

%42.78
%21.03
%36.19

CMYK Percentages of Color #f076cb

%0
%51
%15
%6

Triadic Colors of #f076cb

#f076cb #cbf076 #76cbf0

Analogous Colors of #f076cb

#f076cb #f0768e #d876f0

Monochromatic Colors of #f076cb

#f076cb

Complementary Color

#f076cb #76f09b

#f076cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f076cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f076cb Color CSS Codes

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

#f076cb Text Font Color

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

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


#f076cb Background Color

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

This div background color is #f076cb


#f076cb Border Color

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

This div border color is #f076cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f076cb


Comments

No comments written yet.

Please login to write comment.