Color Hex Logo

#f46fd7 Color Hex

#F46FD7
(244,111,215)
0 Favorites   0 Comments

Color spaces of #f46fd7

RGB 244111215
HSL0.870.860.70
HSV313°55°96°
CMYK 0.000.550.12   0.04
XYZ55.258435.508368.2313
Yxy35.50830.34750.2233
Hunter Lab59.588861.2476-26.1769
CIE-Lab66.142563.2454-29.5227

#f46fd7 color RGB value is (244,111,215).

#f46fd7 hex color red value is 244, green value is 111 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #f46fd7 hue: 0.87 , saturation: 0.86 and the lightness value of f46fd7 is 0.70.

The process color (four color CMYK) of #f46fd7 color hex is 0.00, 0.55, 0.12, 0.04. Web safe color of #f46fd7 is #ff66cc. Color #f46fd7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101111 11010111
Octal 364 157 327
Decimal 244 111 215
Hex F4 6F D7

RGB Percentages of Color #f46fd7

%42.81
%19.47
%37.72

CMYK Percentages of Color #f46fd7

%0
%55
%12
%4

Triadic Colors of #f46fd7

#f46fd7 #d7f46f #6fd7f4

Analogous Colors of #f46fd7

#f46fd7 #f46f95 #cf6ff4

Monochromatic Colors of #f46fd7

#f46fd7

Complementary Color

#f46fd7 #6ff48c

#f46fd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f46fd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f46fd7 Color CSS Codes

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

#f46fd7 Text Font Color

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

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


#f46fd7 Background Color

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

This div background color is #f46fd7


#f46fd7 Border Color

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

This div border color is #f46fd7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,111,215, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f46fd7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f46fd7;
  -webkit-box-shadow: 1px 1px 3px 2px #f46fd7;
  box-shadow:         1px 1px 3px 2px #f46fd7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,111,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f46fd7


Comments

No comments written yet.

Please login to write comment.