Color Hex Logo

#f64dad Color Hex

#F64DAD
(246,77,173)
0 Favorites   0 Comments

Color spaces of #f64dad

RGB 24677173
HSL0.910.900.63
HSV326°69°96°
CMYK 0.000.690.30   0.04
XYZ48.202727.917742.3833
Yxy27.91770.40680.2356
Hunter Lab52.837270.3781-10.5734
CIE-Lab59.814371.9461-15.3155

#f64dad color RGB value is (246,77,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001101 10101101
Octal 366 115 255
Decimal 246 77 173
Hex F6 4D AD

RGB Percentages of Color #f64dad

%49.60
%15.52
%34.88

CMYK Percentages of Color #f64dad

%0
%69
%30
%4

Triadic Colors of #f64dad

#f64dad #adf64d #4dadf6

Analogous Colors of #f64dad

#f64dad #f64d58 #eb4df6

Monochromatic Colors of #f64dad

#f64dad

Complementary Color

#f64dad #4df696

#f64dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64dad Color CSS Codes

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

#f64dad Text Font Color

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

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


#f64dad Background Color

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

This div background color is #f64dad


#f64dad Border Color

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

This div border color is #f64dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,77,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 #f64dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64dad


Comments

No comments written yet.

Please login to write comment.