Color Hex Logo

#f64cab Color Hex

#F64CAB
(246,76,171)
0 Favorites   0 Comments

Color spaces of #f64cab

RGB 24676171
HSL0.910.900.63
HSV326°69°96°
CMYK 0.000.690.30   0.04
XYZ47.941227.702041.3483
Yxy27.70200.40980.2368
Hunter Lab52.632770.4819-9.7354
CIE-Lab59.618672.0675-14.4545

#f64cab color RGB value is (246,76,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001100 10101011
Octal 366 114 253
Decimal 246 76 171
Hex F6 4C AB

RGB Percentages of Color #f64cab

%49.90
%15.42
%34.69

CMYK Percentages of Color #f64cab

%0
%69
%30
%4

Triadic Colors of #f64cab

#f64cab #abf64c #4cabf6

Analogous Colors of #f64cab

#f64cab #f64c56 #ec4cf6

Monochromatic Colors of #f64cab

#f64cab

Complementary Color

#f64cab #4cf697

#f64cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64cab Color CSS Codes

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

#f64cab Text Font Color

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

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


#f64cab Background Color

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

This div background color is #f64cab


#f64cab Border Color

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

This div border color is #f64cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64cab


Comments

No comments written yet.

Please login to write comment.