Color Hex Logo

#f04cbc Color Hex

#F04CBC
(240,76,188)
0 Favorites   0 Comments

Color spaces of #f04cbc

RGB 24076188
HSL0.890.850.62
HSV319°68°94°
CMYK 0.000.680.22   0.06
XYZ47.596727.325050.3426
Yxy27.32500.38000.2181
Hunter Lab52.273371.0522-20.5088
CIE-Lab59.274072.5972-24.8692

#f04cbc color RGB value is (240,76,188).

#f04cbc hex color red value is 240, green value is 76 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f04cbc hue: 0.89 , saturation: 0.85 and the lightness value of f04cbc is 0.62.

The process color (four color CMYK) of #f04cbc color hex is 0.00, 0.68, 0.22, 0.06. Web safe color of #f04cbc is #ff33cc. Color #f04cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001100 10111100
Octal 360 114 274
Decimal 240 76 188
Hex F0 4C BC

RGB Percentages of Color #f04cbc

%47.62
%15.08
%37.30

CMYK Percentages of Color #f04cbc

%0
%68
%22
%6

Triadic Colors of #f04cbc

#f04cbc #bcf04c #4cbcf0

Analogous Colors of #f04cbc

#f04cbc #f04c6a #d24cf0

Monochromatic Colors of #f04cbc

#f04cbc

Complementary Color

#f04cbc #4cf080

#f04cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04cbc Color CSS Codes

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

#f04cbc Text Font Color

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

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


#f04cbc Background Color

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

This div background color is #f04cbc


#f04cbc Border Color

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

This div border color is #f04cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,76,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 #f04cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04cbc


Comments

No comments written yet.

Please login to write comment.