Color Hex Logo

#f67293 Color Hex

#F67293
(246,114,147)
0 Favorites   0 Comments

Color spaces of #f67293

RGB 246114147
HSL0.960.880.71
HSV345°54°96°
CMYK 0.000.540.40   0.04
XYZ49.289833.734031.5172
Yxy33.73400.43030.2945
Hunter Lab58.081049.84048.4834
CIE-Lab64.750953.64306.9259

#f67293 color RGB value is (246,114,147).

#f67293 hex color red value is 246, green value is 114 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f67293 hue: 0.96 , saturation: 0.88 and the lightness value of f67293 is 0.71.

The process color (four color CMYK) of #f67293 color hex is 0.00, 0.54, 0.40, 0.04. Web safe color of #f67293 is #ff6699. Color #f67293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110010 10010011
Octal 366 162 223
Decimal 246 114 147
Hex F6 72 93

RGB Percentages of Color #f67293

%48.52
%22.49
%28.99

CMYK Percentages of Color #f67293

%0
%54
%40
%4

Triadic Colors of #f67293

#f67293 #93f672 #7293f6

Analogous Colors of #f67293

#f67293 #f69372 #f672d5

Monochromatic Colors of #f67293

#f67293

Complementary Color

#f67293 #72f6d5

#f67293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67293 Color CSS Codes

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

#f67293 Text Font Color

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

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


#f67293 Background Color

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

This div background color is #f67293


#f67293 Border Color

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

This div border color is #f67293


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,114,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f67293; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f67293;
  -webkit-box-shadow: 1px 1px 3px 2px #f67293;
  box-shadow:         1px 1px 3px 2px #f67293; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,114,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67293


Comments

No comments written yet.

Please login to write comment.