Color Hex Logo

#f07cbc Color Hex

#F07CBC
(240,124,188)
0 Favorites   0 Comments

Color spaces of #f07cbc

RGB 240124188
HSL0.910.790.71
HSV327°48°94°
CMYK 0.000.480.22   0.06
XYZ52.219936.571451.8836
Yxy36.57140.37120.2600
Hunter Lab60.474348.3058-8.5355
CIE-Lab66.954251.9531-13.1895

#f07cbc color RGB value is (240,124,188).

#f07cbc hex color red value is 240, green value is 124 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f07cbc hue: 0.91 , saturation: 0.79 and the lightness value of f07cbc is 0.71.

The process color (four color CMYK) of #f07cbc color hex is 0.00, 0.48, 0.22, 0.06. Web safe color of #f07cbc is #ff66cc. Color #f07cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111100 10111100
Octal 360 174 274
Decimal 240 124 188
Hex F0 7C BC

RGB Percentages of Color #f07cbc

%43.48
%22.46
%34.06

CMYK Percentages of Color #f07cbc

%0
%48
%22
%6

Triadic Colors of #f07cbc

#f07cbc #bcf07c #7cbcf0

Analogous Colors of #f07cbc

#f07cbc #f07c82 #ea7cf0

Monochromatic Colors of #f07cbc

#f07cbc

Complementary Color

#f07cbc #7cf0b0

#f07cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07cbc Color CSS Codes

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

#f07cbc Text Font Color

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

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


#f07cbc Background Color

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

This div background color is #f07cbc


#f07cbc Border Color

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

This div border color is #f07cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07cbc


Comments

No comments written yet.

Please login to write comment.