Color Hex Logo

#f614ff Color Hex

#F614FF
(246,20,255)
2 Favorites   0 Comments

Color spaces of #f614ff

RGB 24620255
HSL0.831.000.54
HSV298°92°100°
CMYK 0.040.920.00   0.00
XYZ56.306227.313196.9120
Yxy27.31310.31190.1513
Hunter Lab52.2619100.8547-73.3611
CIE-Lab59.263095.5195-62.6203

#f614ff color RGB value is (246,20,255).

#f614ff hex color red value is 246, green value is 20 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f614ff hue: 0.83 , saturation: 1.00 and the lightness value of f614ff is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010100 11111111
Octal 366 24 377
Decimal 246 20 255
Hex F6 14 FF

RGB Percentages of Color #f614ff

%47.22
%3.84
%48.94

CMYK Percentages of Color #f614ff

%4
%92
%0
%0

Triadic Colors of #f614ff

#f614ff #fff614 #14fff6

Analogous Colors of #f614ff

#f614ff #ff1493 #8114ff

Monochromatic Colors of #f614ff

#f614ff

Complementary Color

#f614ff #1dff14

#f614ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f614ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f614ff Color CSS Codes

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

#f614ff Text Font Color

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

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


#f614ff Background Color

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

This div background color is #f614ff


#f614ff Border Color

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

This div border color is #f614ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,20,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f614ff

Related Colors


Comments

No comments written yet.

Please login to write comment.