Color Hex Logo

#f65ead Color Hex

#F65EAD
(246,94,173)
0 Favorites   0 Comments

Color spaces of #f65ead

RGB 24694173
HSL0.910.890.67
HSV329°62°96°
CMYK 0.000.620.30   0.04
XYZ49.551630.615442.8329
Yxy30.61540.40290.2489
Hunter Lab55.331263.0253-7.1657
CIE-Lab62.181665.4274-11.7485

#f65ead color RGB value is (246,94,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011110 10101101
Octal 366 136 255
Decimal 246 94 173
Hex F6 5E AD

RGB Percentages of Color #f65ead

%47.95
%18.32
%33.72

CMYK Percentages of Color #f65ead

%0
%62
%30
%4

Triadic Colors of #f65ead

#f65ead #adf65e #5eadf6

Analogous Colors of #f65ead

#f65ead #f65e61 #f35ef6

Monochromatic Colors of #f65ead

#f65ead

Complementary Color

#f65ead #5ef6a7

#f65ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65ead Color CSS Codes

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

#f65ead Text Font Color

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

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


#f65ead Background Color

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

This div background color is #f65ead


#f65ead Border Color

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

This div border color is #f65ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65ead


Comments

No comments written yet.

Please login to write comment.