Color Hex Logo

#f615ca Color Hex

#F615CA
(246,21,202)
0 Favorites   0 Comments

Color spaces of #f615ca

RGB 24621202
HSL0.870.930.52
HSV312°91°96°
CMYK 0.000.910.18   0.04
XYZ48.934924.393458.0064
Yxy24.39340.37260.1857
Hunter Lab49.389790.4245-35.0612
CIE-Lab56.479588.3289-37.1672

#f615ca color RGB value is (246,21,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010101 11001010
Octal 366 25 312
Decimal 246 21 202
Hex F6 15 CA

RGB Percentages of Color #f615ca

%52.45
%4.48
%43.07

CMYK Percentages of Color #f615ca

%0
%91
%18
%4

Triadic Colors of #f615ca

#f615ca #caf615 #15caf6

Analogous Colors of #f615ca

#f615ca #f6155a #b215f6

Monochromatic Colors of #f615ca

#f615ca

Complementary Color

#f615ca #15f641

#f615ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f615ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f615ca Color CSS Codes

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

#f615ca Text Font Color

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

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


#f615ca Background Color

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

This div background color is #f615ca


#f615ca Border Color

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

This div border color is #f615ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f615ca


Comments

No comments written yet.

Please login to write comment.