Color Hex Logo

#f72395 Color Hex

#F72395
(247,35,149)
0 Favorites   0 Comments

Color spaces of #f72395

RGB 24735149
HSL0.910.930.55
HSV328°86°97°
CMYK 0.000.860.40   0.03
XYZ44.383623.146130.5621
Yxy23.14610.45250.2360
Hunter Lab48.110480.4796-3.9867
CIE-Lab55.222580.9168-8.1522

#f72395 color RGB value is (247,35,149).

#f72395 hex color red value is 247, green value is 35 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #f72395 hue: 0.91 , saturation: 0.93 and the lightness value of f72395 is 0.55.

The process color (four color CMYK) of #f72395 color hex is 0.00, 0.86, 0.40, 0.03. Web safe color of #f72395 is #ff3399. Color #f72395 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100011 10010101
Octal 367 43 225
Decimal 247 35 149
Hex F7 23 95

RGB Percentages of Color #f72395

%57.31
%8.12
%34.57

CMYK Percentages of Color #f72395

%0
%86
%40
%3

Triadic Colors of #f72395

#f72395 #95f723 #2395f7

Analogous Colors of #f72395

#f72395 #f7232b #ef23f7

Monochromatic Colors of #f72395

#f72395

Complementary Color

#f72395 #23f785

#f72395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72395 Color CSS Codes

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

#f72395 Text Font Color

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

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


#f72395 Background Color

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

This div background color is #f72395


#f72395 Border Color

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

This div border color is #f72395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72395


Comments

No comments written yet.

Please login to write comment.