Color Hex Logo

#f64abd Color Hex

#F64ABD
(246,74,189)
0 Favorites   0 Comments

Color spaces of #f64abd

RGB 24674189
HSL0.890.910.63
HSV320°70°96°
CMYK 0.000.700.23   0.04
XYZ49.640128.164550.9641
Yxy28.16450.38550.2187
Hunter Lab53.070274.0899-19.7879
CIE-Lab60.037174.9106-24.1873

#f64abd color RGB value is (246,74,189).

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

The process color (four color CMYK) of #f64abd color hex is 0.00, 0.70, 0.23, 0.04. Web safe color of #f64abd is #ff33cc. Color #f64abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001010 10111101
Octal 366 112 275
Decimal 246 74 189
Hex F6 4A BD

RGB Percentages of Color #f64abd

%48.33
%14.54
%37.13

CMYK Percentages of Color #f64abd

%0
%70
%23
%4

Triadic Colors of #f64abd

#f64abd #bdf64a #4abdf6

Analogous Colors of #f64abd

#f64abd #f64a67 #d94af6

Monochromatic Colors of #f64abd

#f64abd

Complementary Color

#f64abd #4af683

#f64abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64abd Color CSS Codes

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

#f64abd Text Font Color

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

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


#f64abd Background Color

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

This div background color is #f64abd


#f64abd Border Color

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

This div border color is #f64abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64abd


Comments

No comments written yet.

Please login to write comment.