color codes Logo

#f7345d color codes

#F7345D
(247,52,93)
0 Favorites   0 Comments

Color spaces of #f7345d

RGB 2475293
HSL0.960.920.59
HSV347°79°97°
CMYK 0.000.790.62   0.03
XYZ41.561523.020512.6088
Yxy23.02050.53840.2982
Hunter Lab47.979770.657818.0047
CIE-Lab55.093473.070725.0906

#f7345d color RGB value is (247,52,93).

#f7345d hex color red value is 247, green value is 52 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #f7345d hue: 0.96 , saturation: 0.92 and the lightness value of f7345d is 0.59.

The process color (four color CMYK) of #f7345d color code is 0.00, 0.79, 0.62, 0.03. Web safe color of #f7345d is #ff3366. Color #f7345d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110100 01011101
Octal 367 64 135
Decimal 247 52 93
Hex F7 34 5D

RGB Percentages of Color #f7345d

%63.01
%13.27
%23.72

CMYK Percentages of Color #f7345d

%0
%79
%62
%3

Triadic Colors of #f7345d

#f7345d #5df734 #345df7

Analogous Colors of #f7345d

#f7345d #f76d34 #f734bf

Monochromatic Colors of #f7345d

#f7345d

Complementary Color

#f7345d #34f7ce

#f7345d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7345d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7345d Color CSS Codes

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

#f7345d Text Font Color

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

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


#f7345d Background Color

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

This div background color is #f7345d


#f7345d Border Color

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

This div border color is #f7345d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,52,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7345d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7345d;
  -webkit-box-shadow: 1px 1px 3px 2px #f7345d;
  box-shadow:         1px 1px 3px 2px #f7345d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,52,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7345d


Comments

No comments written yet.

Please login to write comment.