color codes Logo

#f64acb color codes

#F64ACB
(246,74,203)
0 Favorites   0 Comments

Color spaces of #f64acb

RGB 24674203
HSL0.880.910.63
HSV315°70°96°
CMYK 0.000.700.17   0.04
XYZ51.234328.802259.3589
Yxy28.80220.36750.2066
Hunter Lab53.667776.4881-28.0101
CIE-Lab60.606776.7205-31.3019

#f64acb color RGB value is (246,74,203).

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

The process color (four color CMYK) of #f64acb color code is 0.00, 0.70, 0.17, 0.04. Web safe color of #f64acb is #ff33cc. Color #f64acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001010 11001011
Octal 366 112 313
Decimal 246 74 203
Hex F6 4A CB

RGB Percentages of Color #f64acb

%47.04
%14.15
%38.81

CMYK Percentages of Color #f64acb

%0
%70
%17
%4

Triadic Colors of #f64acb

#f64acb #cbf64a #4acbf6

Analogous Colors of #f64acb

#f64acb #f64a75 #cb4af6

Monochromatic Colors of #f64acb

#f64acb

Complementary Color

#f64acb #4af675

#f64acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64acb Color CSS Codes

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

#f64acb Text Font Color

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

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


#f64acb Background Color

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

This div background color is #f64acb


#f64acb Border Color

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

This div border color is #f64acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64acb


Comments

No comments written yet.

Please login to write comment.