Color Hex Logo

#f04ccf Color Hex

#F04CCF
(240,76,207)
0 Favorites   0 Comments

Color spaces of #f04ccf

RGB 24076207
HSL0.870.850.62
HSV312°68°94°
CMYK 0.000.680.14   0.06
XYZ49.782128.199161.8507
Yxy28.19910.35600.2017
Hunter Lab53.102874.4078-31.8851
CIE-Lab60.068275.1600-34.4853

#f04ccf color RGB value is (240,76,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001100 11001111
Octal 360 114 317
Decimal 240 76 207
Hex F0 4C CF

RGB Percentages of Color #f04ccf

%45.89
%14.53
%39.58

CMYK Percentages of Color #f04ccf

%0
%68
%14
%6

Triadic Colors of #f04ccf

#f04ccf #cff04c #4ccff0

Analogous Colors of #f04ccf

#f04ccf #f04c7d #bf4cf0

Monochromatic Colors of #f04ccf

#f04ccf

Complementary Color

#f04ccf #4cf06d

#f04ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04ccf Color CSS Codes

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

#f04ccf Text Font Color

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

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


#f04ccf Background Color

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

This div background color is #f04ccf


#f04ccf Border Color

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

This div border color is #f04ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04ccf


Comments

No comments written yet.

Please login to write comment.