Color Hex Logo

#f75685 Color Hex

#F75685
(247,86,133)
0 Favorites   0 Comments

Color spaces of #f75685

RGB 24786133
HSL0.950.910.65
HSV342°65°97°
CMYK 0.000.650.46   0.03
XYZ45.919228.123225.1984
Yxy28.12320.46270.2834
Hunter Lab53.031361.75638.9496
CIE-Lab59.999964.74778.2430

#f75685 color RGB value is (247,86,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010110 10000101
Octal 367 126 205
Decimal 247 86 133
Hex F7 56 85

RGB Percentages of Color #f75685

%53.00
%18.45
%28.54

CMYK Percentages of Color #f75685

%0
%65
%46
%3

Triadic Colors of #f75685

#f75685 #85f756 #5685f7

Analogous Colors of #f75685

#f75685 #f77856 #f756d6

Monochromatic Colors of #f75685

#f75685

Complementary Color

#f75685 #56f7c8

#f75685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75685 Color CSS Codes

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

#f75685 Text Font Color

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

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


#f75685 Background Color

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

This div background color is #f75685


#f75685 Border Color

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

This div border color is #f75685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75685


Comments

No comments written yet.

Please login to write comment.