Color Hex Logo

#f65587 Color Hex

#F65587
(246,85,135)
0 Favorites   0 Comments

Color spaces of #f65587

RGB 24685135
HSL0.950.900.65
HSV341°65°96°
CMYK 0.000.650.45   0.04
XYZ45.627727.839125.8903
Yxy27.83910.45920.2802
Hunter Lab52.762862.02677.8408
CIE-Lab59.743165.02266.6865

#f65587 color RGB value is (246,85,135).

#f65587 hex color red value is 246, green value is 85 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #f65587 hue: 0.95 , saturation: 0.90 and the lightness value of f65587 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010101 10000111
Octal 366 125 207
Decimal 246 85 135
Hex F6 55 87

RGB Percentages of Color #f65587

%52.79
%18.24
%28.97

CMYK Percentages of Color #f65587

%0
%65
%45
%4

Triadic Colors of #f65587

#f65587 #87f655 #5587f6

Analogous Colors of #f65587

#f65587 #f67455 #f655d8

Monochromatic Colors of #f65587

#f65587

Complementary Color

#f65587 #55f6c4

#f65587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65587 Color CSS Codes

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

#f65587 Text Font Color

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

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


#f65587 Background Color

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

This div background color is #f65587


#f65587 Border Color

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

This div border color is #f65587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65587


Comments

No comments written yet.

Please login to write comment.