Color Hex Logo

#f757b5 Color Hex

#F757B5
(247,87,181)
0 Favorites   0 Comments

Color spaces of #f757b5

RGB 24787181
HSL0.900.910.65
HSV325°65°97°
CMYK 0.000.650.27   0.03
XYZ50.106529.926746.8516
Yxy29.92670.39490.2359
Hunter Lab54.705367.7601-12.4844
CIE-Lab61.590969.4700-17.2137

#f757b5 color RGB value is (247,87,181).

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

The process color (four color CMYK) of #f757b5 color hex is 0.00, 0.65, 0.27, 0.03. Web safe color of #f757b5 is #ff66cc. Color #f757b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010111 10110101
Octal 367 127 265
Decimal 247 87 181
Hex F7 57 B5

RGB Percentages of Color #f757b5

%47.96
%16.89
%35.15

CMYK Percentages of Color #f757b5

%0
%65
%27
%3

Triadic Colors of #f757b5

#f757b5 #b5f757 #57b5f7

Analogous Colors of #f757b5

#f757b5 #f75765 #e957f7

Monochromatic Colors of #f757b5

#f757b5

Complementary Color

#f757b5 #57f799

#f757b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f757b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f757b5 Color CSS Codes

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

#f757b5 Text Font Color

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

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


#f757b5 Background Color

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

This div background color is #f757b5


#f757b5 Border Color

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

This div border color is #f757b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f757b5


Comments

No comments written yet.

Please login to write comment.