Color Hex Logo

#f64485 Color Hex

#F64485
(246,68,133)
0 Favorites   0 Comments

Color spaces of #f64485

RGB 24668133
HSL0.940.910.62
HSV338°72°96°
CMYK 0.000.720.46   0.04
XYZ44.306825.420524.7617
Yxy25.42050.46890.2690
Hunter Lab50.418768.62886.1746
CIE-Lab57.482970.95004.6168

#f64485 color RGB value is (246,68,133).

#f64485 hex color red value is 246, green value is 68 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f64485 hue: 0.94 , saturation: 0.91 and the lightness value of f64485 is 0.62.

The process color (four color CMYK) of #f64485 color hex is 0.00, 0.72, 0.46, 0.04. Web safe color of #f64485 is #ff3399. Color #f64485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000100 10000101
Octal 366 104 205
Decimal 246 68 133
Hex F6 44 85

RGB Percentages of Color #f64485

%55.03
%15.21
%29.75

CMYK Percentages of Color #f64485

%0
%72
%46
%4

Triadic Colors of #f64485

#f64485 #85f644 #4485f6

Analogous Colors of #f64485

#f64485 #f65c44 #f644de

Monochromatic Colors of #f64485

#f64485

Complementary Color

#f64485 #44f6b5

#f64485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64485 Color CSS Codes

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

#f64485 Text Font Color

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

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


#f64485 Background Color

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

This div background color is #f64485


#f64485 Border Color

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

This div border color is #f64485


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,68,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 #f64485">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64485


Comments

No comments written yet.

Please login to write comment.