Color Hex Logo

#f614ef Color Hex

#F614EF
(246,20,239)
0 Favorites   0 Comments

Color spaces of #f614ef

RGB 24620239
HSL0.840.930.52
HSV302°92°96°
CMYK 0.000.920.03   0.04
XYZ53.836226.325183.9051
Yxy26.32510.32810.1605
Hunter Lab51.308097.5066-61.0427
CIE-Lab58.344493.2468-55.1807

#f614ef color RGB value is (246,20,239).

#f614ef hex color red value is 246, green value is 20 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f614ef hue: 0.84 , saturation: 0.93 and the lightness value of f614ef is 0.52.

The process color (four color CMYK) of #f614ef color hex is 0.00, 0.92, 0.03, 0.04. Web safe color of #f614ef is #ff00ff. Color #f614ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010100 11101111
Octal 366 24 357
Decimal 246 20 239
Hex F6 14 EF

RGB Percentages of Color #f614ef

%48.71
%3.96
%47.33

CMYK Percentages of Color #f614ef

%0
%92
%3
%4

Triadic Colors of #f614ef

#f614ef #eff614 #14eff6

Analogous Colors of #f614ef

#f614ef #f6147e #8c14f6

Monochromatic Colors of #f614ef

#f614ef

Complementary Color

#f614ef #14f61b

#f614ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f614ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f614ef Color CSS Codes

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

#f614ef Text Font Color

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

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


#f614ef Background Color

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

This div background color is #f614ef


#f614ef Border Color

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

This div border color is #f614ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f614ef


Comments

No comments written yet.

Please login to write comment.