Color Hex Logo

#f64cba Color Hex

#F64CBA
(246,76,186)
0 Favorites   0 Comments

Color spaces of #f64cba

RGB 24676186
HSL0.890.900.63
HSV321°69°96°
CMYK 0.000.690.24   0.04
XYZ49.453428.306949.3117
Yxy28.30690.38920.2228
Hunter Lab53.204272.8086-17.7093
CIE-Lab60.165073.8537-22.2700

#f64cba color RGB value is (246,76,186).

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

The process color (four color CMYK) of #f64cba color hex is 0.00, 0.69, 0.24, 0.04. Web safe color of #f64cba is #ff33cc. Color #f64cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001100 10111010
Octal 366 114 272
Decimal 246 76 186
Hex F6 4C BA

RGB Percentages of Color #f64cba

%48.43
%14.96
%36.61

CMYK Percentages of Color #f64cba

%0
%69
%24
%4

Triadic Colors of #f64cba

#f64cba #baf64c #4cbaf6

Analogous Colors of #f64cba

#f64cba #f64c65 #dd4cf6

Monochromatic Colors of #f64cba

#f64cba

Complementary Color

#f64cba #4cf688

#f64cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64cba Color CSS Codes

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

#f64cba Text Font Color

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

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


#f64cba Background Color

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

This div background color is #f64cba


#f64cba Border Color

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

This div border color is #f64cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64cba


Comments

No comments written yet.

Please login to write comment.