Color Hex Logo

#f46fea Color Hex

#F46FEA
(244,111,234)
0 Favorites   0 Comments

Color spaces of #f46fea

RGB 244111234
HSL0.850.860.70
HSV305°55°96°
CMYK 0.000.550.04   0.04
XYZ57.843936.542581.8466
Yxy36.54250.32820.2074
Hunter Lab60.450465.0153-37.9602
CIE-Lab66.932466.2504-38.8618

#f46fea color RGB value is (244,111,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101111 11101010
Octal 364 157 352
Decimal 244 111 234
Hex F4 6F EA

RGB Percentages of Color #f46fea

%41.43
%18.85
%39.73

CMYK Percentages of Color #f46fea

%0
%55
%4
%4

Triadic Colors of #f46fea

#f46fea #eaf46f #6feaf4

Analogous Colors of #f46fea

#f46fea #f46fa8 #bc6ff4

Monochromatic Colors of #f46fea

#f46fea

Complementary Color

#f46fea #6ff479

#f46fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f46fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f46fea Color CSS Codes

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

#f46fea Text Font Color

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

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


#f46fea Background Color

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

This div background color is #f46fea


#f46fea Border Color

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

This div border color is #f46fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f46fea


Comments

No comments written yet.

Please login to write comment.