Color Hex Logo

#f755a4 Color Hex

#F755A4
(247,85,164)
0 Favorites   0 Comments

Color spaces of #f755a4

RGB 24785164
HSL0.920.910.65
HSV331°66°97°
CMYK 0.000.660.34   0.03
XYZ48.307128.951538.1641
Yxy28.95150.41850.2508
Hunter Lab53.806666.0942-4.3888
CIE-Lab60.738868.2489-8.7055

#f755a4 color RGB value is (247,85,164).

#f755a4 hex color red value is 247, green value is 85 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #f755a4 hue: 0.92 , saturation: 0.91 and the lightness value of f755a4 is 0.65.

The process color (four color CMYK) of #f755a4 color hex is 0.00, 0.66, 0.34, 0.03. Web safe color of #f755a4 is #ff6699. Color #f755a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010101 10100100
Octal 367 125 244
Decimal 247 85 164
Hex F7 55 A4

RGB Percentages of Color #f755a4

%49.80
%17.14
%33.06

CMYK Percentages of Color #f755a4

%0
%66
%34
%3

Triadic Colors of #f755a4

#f755a4 #a4f755 #55a4f7

Analogous Colors of #f755a4

#f755a4 #f75755 #f755f5

Monochromatic Colors of #f755a4

#f755a4

Complementary Color

#f755a4 #55f7a8

#f755a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f755a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f755a4 Color CSS Codes

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

#f755a4 Text Font Color

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

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


#f755a4 Background Color

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

This div background color is #f755a4


#f755a4 Border Color

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

This div border color is #f755a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f755a4

Related Colors


Comments

No comments written yet.

Please login to write comment.