Color Hex Logo

#f115da Color Hex

#F115DA
(241,21,218)
0 Favorites   0 Comments

Color spaces of #f115da

RGB 24121218
HSL0.850.890.51
HSV306°91°95°
CMYK 0.000.910.10   0.05
XYZ49.198724.299168.4268
Yxy24.29910.34670.1712
Hunter Lab49.294191.8898-47.7965
CIE-Lab56.386089.4508-46.5076

#f115da color RGB value is (241,21,218).

#f115da hex color red value is 241, green value is 21 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f115da hue: 0.85 , saturation: 0.89 and the lightness value of f115da is 0.51.

The process color (four color CMYK) of #f115da color hex is 0.00, 0.91, 0.10, 0.05. Web safe color of #f115da is #ff00cc. Color #f115da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010101 11011010
Octal 361 25 332
Decimal 241 21 218
Hex F1 15 DA

RGB Percentages of Color #f115da

%50.21
%4.38
%45.42

CMYK Percentages of Color #f115da

%0
%91
%10
%5

Triadic Colors of #f115da

#f115da #daf115 #15daf1

Analogous Colors of #f115da

#f115da #f1156c #9a15f1

Monochromatic Colors of #f115da

#f115da

Complementary Color

#f115da #15f12c

#f115da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f115da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f115da Color CSS Codes

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

#f115da Text Font Color

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

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


#f115da Background Color

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

This div background color is #f115da


#f115da Border Color

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

This div border color is #f115da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f115da


Comments

No comments written yet.

Please login to write comment.