Color Hex Logo

#f614bc Color Hex

#F614BC
(246,20,188)
0 Favorites   0 Comments

Color spaces of #f614bc

RGB 24620188
HSL0.880.930.52
HSV315°92°96°
CMYK 0.000.920.24   0.04
XYZ47.333323.724049.6614
Yxy23.72400.39210.1965
Hunter Lab48.707388.2269-26.3563
CIE-Lab55.810486.7926-30.1401

#f614bc color RGB value is (246,20,188).

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

The process color (four color CMYK) of #f614bc color hex is 0.00, 0.92, 0.24, 0.04. Web safe color of #f614bc is #ff00cc. Color #f614bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010100 10111100
Octal 366 24 274
Decimal 246 20 188
Hex F6 14 BC

RGB Percentages of Color #f614bc

%54.19
%4.41
%41.41

CMYK Percentages of Color #f614bc

%0
%92
%24
%4

Triadic Colors of #f614bc

#f614bc #bcf614 #14bcf6

Analogous Colors of #f614bc

#f614bc #f6144b #bf14f6

Monochromatic Colors of #f614bc

#f614bc

Complementary Color

#f614bc #14f64e

#f614bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f614bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f614bc Color CSS Codes

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

#f614bc Text Font Color

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

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


#f614bc Background Color

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

This div background color is #f614bc


#f614bc Border Color

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

This div border color is #f614bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f614bc


Comments

No comments written yet.

Please login to write comment.