Color Hex Logo

#f00cbc Color Hex

#F00CBC
(240,12,188)
0 Favorites   0 Comments

Color spaces of #f00cbc

RGB 24012188
HSL0.870.900.49
HSV314°95°94°
CMYK 0.000.950.22   0.06
XYZ45.143822.419049.5249
Yxy22.41900.38560.1915
Hunter Lab47.348787.3275-28.8709
CIE-Lab54.468886.3678-32.3121

#f00cbc color RGB value is (240,12,188).

#f00cbc hex color red value is 240, green value is 12 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f00cbc hue: 0.87 , saturation: 0.90 and the lightness value of f00cbc is 0.49.

The process color (four color CMYK) of #f00cbc color hex is 0.00, 0.95, 0.22, 0.06. Web safe color of #f00cbc is #ff00cc. Color #f00cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001100 10111100
Octal 360 14 274
Decimal 240 12 188
Hex F0 C BC

RGB Percentages of Color #f00cbc

%54.55
%2.73
%42.73

CMYK Percentages of Color #f00cbc

%0
%95
%22
%6

Triadic Colors of #f00cbc

#f00cbc #bcf00c #0cbcf0

Analogous Colors of #f00cbc

#f00cbc #f00c4a #b20cf0

Monochromatic Colors of #f00cbc

#f00cbc

Complementary Color

#f00cbc #0cf040

#f00cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00cbc Color CSS Codes

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

#f00cbc Text Font Color

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

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


#f00cbc Background Color

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

This div background color is #f00cbc


#f00cbc Border Color

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

This div border color is #f00cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00cbc


Comments

No comments written yet.

Please login to write comment.