Color Hex Logo

#f04775 Color Hex

#F04775
(240,71,117)
0 Favorites   0 Comments

Color spaces of #f04775

RGB 24071117
HSL0.950.850.61
HSV344°70°94°
CMYK 0.000.700.51   0.06
XYZ41.399324.316119.3411
Yxy24.31610.48670.2859
Hunter Lab49.311463.564611.2630
CIE-Lab56.402966.932212.4057

#f04775 color RGB value is (240,71,117).

#f04775 hex color red value is 240, green value is 71 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #f04775 hue: 0.95 , saturation: 0.85 and the lightness value of f04775 is 0.61.

The process color (four color CMYK) of #f04775 color hex is 0.00, 0.70, 0.51, 0.06. Web safe color of #f04775 is #ff3366. Color #f04775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000111 01110101
Octal 360 107 165
Decimal 240 71 117
Hex F0 47 75

RGB Percentages of Color #f04775

%56.07
%16.59
%27.34

CMYK Percentages of Color #f04775

%0
%70
%51
%6

Triadic Colors of #f04775

#f04775 #75f047 #4775f0

Analogous Colors of #f04775

#f04775 #f06e47 #f047ca

Monochromatic Colors of #f04775

#f04775

Complementary Color

#f04775 #47f0c2

#f04775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04775 Color CSS Codes

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

#f04775 Text Font Color

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

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


#f04775 Background Color

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

This div background color is #f04775


#f04775 Border Color

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

This div border color is #f04775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04775


Comments

No comments written yet.

Please login to write comment.