Color Hex Logo

#f27470 Color Hex

#F27470
(242,116,112)
0 Favorites   0 Comments

Color spaces of #f27470

RGB 242116112
HSL0.010.830.69
HSV54°95°
CMYK 0.000.520.54   0.05
XYZ45.788032.537919.1964
Yxy32.53790.46950.3336
Hunter Lab57.042043.459719.9765
CIE-Lab63.785048.058625.4145

#f27470 color RGB value is (242,116,112).

#f27470 hex color red value is 242, green value is 116 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #f27470 hue: 0.01 , saturation: 0.83 and the lightness value of f27470 is 0.69.

The process color (four color CMYK) of #f27470 color hex is 0.00, 0.52, 0.54, 0.05. Web safe color of #f27470 is #ff6666. Color #f27470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110100 01110000
Octal 362 164 160
Decimal 242 116 112
Hex F2 74 70

RGB Percentages of Color #f27470

%51.49
%24.68
%23.83

CMYK Percentages of Color #f27470

%0
%52
%54
%5

Triadic Colors of #f27470

#f27470 #70f274 #7470f2

Analogous Colors of #f27470

#f27470 #f2b570 #f270ad

Monochromatic Colors of #f27470

#f27470

Complementary Color

#f27470 #70eef2

#f27470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27470 Color CSS Codes

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

#f27470 Text Font Color

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

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


#f27470 Background Color

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

This div background color is #f27470


#f27470 Border Color

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

This div border color is #f27470


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,116,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f27470; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f27470;
  -webkit-box-shadow: 1px 1px 3px 2px #f27470;
  box-shadow:         1px 1px 3px 2px #f27470; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,116,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27470


Comments

No comments written yet.

Please login to write comment.