Color Hex Logo

#f466ea Color Hex

#F466EA
(244,102,234)
0 Favorites   0 Comments

Color spaces of #f466ea

RGB 244102234
HSL0.850.870.68
HSV304°58°96°
CMYK 0.000.580.04   0.04
XYZ56.910934.676481.5356
Yxy34.67640.32870.2003
Hunter Lab58.886769.4593-40.8734
CIE-Lab65.495970.1514-41.1078

#f466ea color RGB value is (244,102,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100110 11101010
Octal 364 146 352
Decimal 244 102 234
Hex F4 66 EA

RGB Percentages of Color #f466ea

%42.07
%17.59
%40.34

CMYK Percentages of Color #f466ea

%0
%58
%4
%4

Triadic Colors of #f466ea

#f466ea #eaf466 #66eaf4

Analogous Colors of #f466ea

#f466ea #f466a3 #b766f4

Monochromatic Colors of #f466ea

#f466ea

Complementary Color

#f466ea #66f470

#f466ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f466ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f466ea Color CSS Codes

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

#f466ea Text Font Color

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

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


#f466ea Background Color

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

This div background color is #f466ea


#f466ea Border Color

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

This div border color is #f466ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f466ea


Comments

No comments written yet.

Please login to write comment.