Color Hex Logo

#f460ef Color Hex

#F460EF
(244,96,239)
0 Favorites   0 Comments

Color spaces of #f460ef

RGB 24496239
HSL0.840.870.67
HSV302°61°96°
CMYK 0.000.610.02   0.04
XYZ57.071133.830885.1834
Yxy33.83080.32410.1921
Hunter Lab58.164373.3578-46.1171
CIE-Lab64.828073.4253-44.9284

#f460ef color RGB value is (244,96,239).

#f460ef hex color red value is 244, green value is 96 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f460ef hue: 0.84 , saturation: 0.87 and the lightness value of f460ef is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100000 11101111
Octal 364 140 357
Decimal 244 96 239
Hex F4 60 EF

RGB Percentages of Color #f460ef

%42.14
%16.58
%41.28

CMYK Percentages of Color #f460ef

%0
%61
%2
%4

Triadic Colors of #f460ef

#f460ef #eff460 #60eff4

Analogous Colors of #f460ef

#f460ef #f460a5 #af60f4

Monochromatic Colors of #f460ef

#f460ef

Complementary Color

#f460ef #60f465

#f460ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f460ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f460ef Color CSS Codes

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

#f460ef Text Font Color

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

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


#f460ef Background Color

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

This div background color is #f460ef


#f460ef Border Color

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

This div border color is #f460ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f460ef


Comments

No comments written yet.

Please login to write comment.