Color Hex Logo

#f64dae Color Hex

#F64DAE
(246,77,174)
0 Favorites   0 Comments

Color spaces of #f64dae

RGB 24677174
HSL0.900.900.63
HSV326°69°96°
CMYK 0.000.690.29   0.04
XYZ48.299927.956642.8949
Yxy27.95660.40540.2346
Hunter Lab52.874070.5286-11.0882
CIE-Lab59.849572.0622-15.8400

#f64dae color RGB value is (246,77,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001101 10101110
Octal 366 115 256
Decimal 246 77 174
Hex F6 4D AE

RGB Percentages of Color #f64dae

%49.50
%15.49
%35.01

CMYK Percentages of Color #f64dae

%0
%69
%29
%4

Triadic Colors of #f64dae

#f64dae #aef64d #4daef6

Analogous Colors of #f64dae

#f64dae #f64d59 #ea4df6

Monochromatic Colors of #f64dae

#f64dae

Complementary Color

#f64dae #4df695

#f64dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64dae Color CSS Codes

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

#f64dae Text Font Color

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

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


#f64dae Background Color

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

This div background color is #f64dae


#f64dae Border Color

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

This div border color is #f64dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64dae


Comments

No comments written yet.

Please login to write comment.