Color Hex Logo

#ff748c Color Hex

#FF748C
(255,116,140)
30 Favorites   1 Comments

Color spaces of #ff748c

RGB 255116140
HSL0.971.000.73
HSV350°55°100°
CMYK 0.000.550.45   0.00
XYZ52.219035.644228.9387
Yxy35.64420.44710.3052
Hunter Lab59.702851.645113.0533
CIE-Lab66.247254.998413.2167

#ff748c color RGB value is (255,116,140).

#ff748c hex color red value is 255, green value is 116 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ff748c hue: 0.97 , saturation: 1.00 and the lightness value of ff748c is 0.73.

The process color (four color CMYK) of #ff748c color hex is 0.00, 0.55, 0.45, 0.00. Web safe color of #ff748c is #ff6699. Color #ff748c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110100 10001100
Octal 377 164 214
Decimal 255 116 140
Hex FF 74 8C

RGB Percentages of Color #ff748c

%49.90
%22.70
%27.40

CMYK Percentages of Color #ff748c

%0
%55
%45
%0

Triadic Colors of #ff748c

#ff748c #8cff74 #748cff

Analogous Colors of #ff748c

#ff748c #ffa274 #ff74d2

Monochromatic Colors of #ff748c

#ff748c

Complementary Color

#ff748c #74ffe7

#ff748c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff748c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff748c Color CSS Codes

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

#ff748c Text Font Color

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

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


#ff748c Background Color

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

This div background color is #ff748c


#ff748c Border Color

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

This div border color is #ff748c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,116,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff748c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff748c;
  -webkit-box-shadow: 1px 1px 3px 2px #ff748c;
  box-shadow:         1px 1px 3px 2px #ff748c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,116,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff748c


Comments

30 Sep 2020, 14:59 sarahcatcupcake

this is my faverout shade of pink. not to bright, not to dark, its just right! ^w^

Please login to write comment.