Color Hex Logo

#f75784 Color Hex

#F75784
(247,87,132)
0 Favorites   0 Comments

Color spaces of #f75784

RGB 24787132
HSL0.950.910.65
HSV343°65°97°
CMYK 0.000.650.47   0.03
XYZ45.930828.256524.8630
Yxy28.25650.46370.2853
Hunter Lab53.156861.21069.4781
CIE-Lab60.119864.26408.9969

#f75784 color RGB value is (247,87,132).

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

The process color (four color CMYK) of #f75784 color hex is 0.00, 0.65, 0.47, 0.03. Web safe color of #f75784 is #ff6699. Color #f75784 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010111 10000100
Octal 367 127 204
Decimal 247 87 132
Hex F7 57 84

RGB Percentages of Color #f75784

%53.00
%18.67
%28.33

CMYK Percentages of Color #f75784

%0
%65
%47
%3

Triadic Colors of #f75784

#f75784 #84f757 #5784f7

Analogous Colors of #f75784

#f75784 #f77a57 #f757d4

Monochromatic Colors of #f75784

#f75784

Complementary Color

#f75784 #57f7ca

#f75784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75784 Color CSS Codes

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

#f75784 Text Font Color

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

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


#f75784 Background Color

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

This div background color is #f75784


#f75784 Border Color

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

This div border color is #f75784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75784


Comments

No comments written yet.

Please login to write comment.