Color Hex Logo

#f615fd Color Hex

#F615FD
(246,21,253)
0 Favorites   0 Comments

Color spaces of #f615fd

RGB 24621253
HSL0.830.980.54
HSV298°92°99°
CMYK 0.030.920.00   0.01
XYZ56.003827.221095.2310
Yxy27.22100.31380.1525
Hunter Lab52.1737100.2995-71.6984
CIE-Lab59.178395.1314-61.6474

#f615fd color RGB value is (246,21,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010101 11111101
Octal 366 25 375
Decimal 246 21 253
Hex F6 15 FD

RGB Percentages of Color #f615fd

%47.31
%4.04
%48.65

CMYK Percentages of Color #f615fd

%3
%92
%0
%1

Triadic Colors of #f615fd

#f615fd #fdf615 #15fdf6

Analogous Colors of #f615fd

#f615fd #fd1590 #8215fd

Monochromatic Colors of #f615fd

#f615fd

Complementary Color

#f615fd #1cfd15

#f615fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f615fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f615fd Color CSS Codes

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

#f615fd Text Font Color

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

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


#f615fd Background Color

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

This div background color is #f615fd


#f615fd Border Color

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

This div border color is #f615fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f615fd

Related Colors


Comments

No comments written yet.

Please login to write comment.