Color Hex Logo

#f615ce Color Hex

#F615CE
(246,21,206)
0 Favorites   0 Comments

Color spaces of #f615ce

RGB 24621206
HSL0.860.930.52
HSV311°91°96°
CMYK 0.000.910.16   0.04
XYZ49.414824.585460.5335
Yxy24.58540.36730.1827
Hunter Lab49.583791.1207-37.6748
CIE-Lab56.669288.8171-39.1613

#f615ce color RGB value is (246,21,206).

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

The process color (four color CMYK) of #f615ce color hex is 0.00, 0.91, 0.16, 0.04. Web safe color of #f615ce is #ff00cc. Color #f615ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010101 11001110
Octal 366 25 316
Decimal 246 21 206
Hex F6 15 CE

RGB Percentages of Color #f615ce

%52.01
%4.44
%43.55

CMYK Percentages of Color #f615ce

%0
%91
%16
%4

Triadic Colors of #f615ce

#f615ce #cef615 #15cef6

Analogous Colors of #f615ce

#f615ce #f6155e #ae15f6

Monochromatic Colors of #f615ce

#f615ce

Complementary Color

#f615ce #15f63d

#f615ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f615ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f615ce Color CSS Codes

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

#f615ce Text Font Color

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

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


#f615ce Background Color

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

This div background color is #f615ce


#f615ce Border Color

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

This div border color is #f615ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f615ce


Comments

No comments written yet.

Please login to write comment.