Color Hex Logo

#f15edf Color Hex

#F15EDF
(241,94,223)
0 Favorites   0 Comments

Color spaces of #f15edf

RGB 24194223
HSL0.850.840.66
HSV307°61°95°
CMYK 0.000.610.07   0.05
XYZ53.597632.033973.1703
Yxy32.03390.33750.2017
Hunter Lab56.598569.9884-37.0309
CIE-Lab63.370970.9687-38.3351

#f15edf color RGB value is (241,94,223).

#f15edf hex color red value is 241, green value is 94 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f15edf hue: 0.85 , saturation: 0.84 and the lightness value of f15edf is 0.66.

The process color (four color CMYK) of #f15edf color hex is 0.00, 0.61, 0.07, 0.05. Web safe color of #f15edf is #ff66cc. Color #f15edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011110 11011111
Octal 361 136 337
Decimal 241 94 223
Hex F1 5E DF

RGB Percentages of Color #f15edf

%43.19
%16.85
%39.96

CMYK Percentages of Color #f15edf

%0
%61
%7
%5

Triadic Colors of #f15edf

#f15edf #dff15e #5edff1

Analogous Colors of #f15edf

#f15edf #f15e96 #ba5ef1

Monochromatic Colors of #f15edf

#f15edf

Complementary Color

#f15edf #5ef170

#f15edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15edf Color CSS Codes

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

#f15edf Text Font Color

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

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


#f15edf Background Color

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

This div background color is #f15edf


#f15edf Border Color

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

This div border color is #f15edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15edf


Comments

No comments written yet.

Please login to write comment.