Color Hex Logo

#f745ad Color Hex

#F745AD
(247,69,173)
0 Favorites   0 Comments

Color spaces of #f745ad

RGB 24769173
HSL0.900.920.62
HSV325°72°97°
CMYK 0.000.720.30   0.03
XYZ48.028727.047542.2245
Yxy27.04750.40940.2306
Hunter Lab52.007273.8323-11.7323
CIE-Lab59.018374.8969-16.5054

#f745ad color RGB value is (247,69,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000101 10101101
Octal 367 105 255
Decimal 247 69 173
Hex F7 45 AD

RGB Percentages of Color #f745ad

%50.51
%14.11
%35.38

CMYK Percentages of Color #f745ad

%0
%72
%30
%3

Triadic Colors of #f745ad

#f745ad #adf745 #45adf7

Analogous Colors of #f745ad

#f745ad #f74554 #e845f7

Monochromatic Colors of #f745ad

#f745ad

Complementary Color

#f745ad #45f78f

#f745ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f745ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f745ad Color CSS Codes

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

#f745ad Text Font Color

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

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


#f745ad Background Color

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

This div background color is #f745ad


#f745ad Border Color

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

This div border color is #f745ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f745ad


Comments

No comments written yet.

Please login to write comment.