Color Hex Logo

#f64cad Color Hex

#F64CAD
(246,76,173)
0 Favorites   0 Comments

Color spaces of #f64cad

RGB 24676173
HSL0.900.900.63
HSV326°69°96°
CMYK 0.000.690.30   0.04
XYZ48.133327.778842.3601
Yxy27.77880.40700.2349
Hunter Lab52.705670.7800-10.7581
CIE-Lab59.688472.2975-15.5060

#f64cad color RGB value is (246,76,173).

#f64cad hex color red value is 246, green value is 76 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f64cad hue: 0.90 , saturation: 0.90 and the lightness value of f64cad is 0.63.

The process color (four color CMYK) of #f64cad color hex is 0.00, 0.69, 0.30, 0.04. Web safe color of #f64cad is #ff3399. Color #f64cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001100 10101101
Octal 366 114 255
Decimal 246 76 173
Hex F6 4C AD

RGB Percentages of Color #f64cad

%49.70
%15.35
%34.95

CMYK Percentages of Color #f64cad

%0
%69
%30
%4

Triadic Colors of #f64cad

#f64cad #adf64c #4cadf6

Analogous Colors of #f64cad

#f64cad #f64c58 #ea4cf6

Monochromatic Colors of #f64cad

#f64cad

Complementary Color

#f64cad #4cf695

#f64cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64cad Color CSS Codes

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

#f64cad Text Font Color

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

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


#f64cad Background Color

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

This div background color is #f64cad


#f64cad Border Color

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

This div border color is #f64cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64cad


Comments

No comments written yet.

Please login to write comment.