Color Hex Logo

#f615be Color Hex

#F615BE
(246,21,190)
0 Favorites   0 Comments

Color spaces of #f615be

RGB 24621190
HSL0.870.930.52
HSV315°91°96°
CMYK 0.000.910.23   0.04
XYZ47.568523.846950.8110
Yxy23.84690.38920.1951
Hunter Lab48.833388.4186-27.5079
CIE-Lab55.934286.9144-31.1056

#f615be color RGB value is (246,21,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010101 10111110
Octal 366 25 276
Decimal 246 21 190
Hex F6 15 BE

RGB Percentages of Color #f615be

%53.83
%4.60
%41.58

CMYK Percentages of Color #f615be

%0
%91
%23
%4

Triadic Colors of #f615be

#f615be #bef615 #15bef6

Analogous Colors of #f615be

#f615be #f6154e #be15f6

Monochromatic Colors of #f615be

#f615be

Complementary Color

#f615be #15f64d

#f615be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f615be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f615be Color CSS Codes

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

#f615be Text Font Color

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

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


#f615be Background Color

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

This div background color is #f615be


#f615be Border Color

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

This div border color is #f615be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f615be


Comments

No comments written yet.

Please login to write comment.