Color Hex Logo

#f745ac Color Hex

#F745AC
(247,69,172)
0 Favorites   0 Comments

Color spaces of #f745ac

RGB 24769172
HSL0.900.920.62
HSV325°72°97°
CMYK 0.000.720.30   0.03
XYZ47.932327.009041.7167
Yxy27.00900.41090.2315
Hunter Lab51.970273.6834-11.2132
CIE-Lab58.982774.7838-15.9798

#f745ac color RGB value is (247,69,172).

#f745ac hex color red value is 247, green value is 69 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f745ac hue: 0.90 , saturation: 0.92 and the lightness value of f745ac is 0.62.

The process color (four color CMYK) of #f745ac color hex is 0.00, 0.72, 0.30, 0.03. Web safe color of #f745ac is #ff3399. Color #f745ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000101 10101100
Octal 367 105 254
Decimal 247 69 172
Hex F7 45 AC

RGB Percentages of Color #f745ac

%50.61
%14.14
%35.25

CMYK Percentages of Color #f745ac

%0
%72
%30
%3

Triadic Colors of #f745ac

#f745ac #acf745 #45acf7

Analogous Colors of #f745ac

#f745ac #f74553 #e945f7

Monochromatic Colors of #f745ac

#f745ac

Complementary Color

#f745ac #45f790

#f745ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f745ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f745ac Color CSS Codes

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

#f745ac Text Font Color

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

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


#f745ac Background Color

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

This div background color is #f745ac


#f745ac Border Color

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

This div border color is #f745ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f745ac


Comments

No comments written yet.

Please login to write comment.