Color Hex Logo

#f15edb Color Hex

#F15EDB
(241,94,219)
0 Favorites   0 Comments

Color spaces of #f15edb

RGB 24194219
HSL0.860.840.66
HSV309°61°95°
CMYK 0.000.610.09   0.05
XYZ53.064531.820770.3630
Yxy31.82070.34180.2050
Hunter Lab56.409869.1970-34.4687
CIE-Lab63.194470.3552-36.3697

#f15edb color RGB value is (241,94,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011110 11011011
Octal 361 136 333
Decimal 241 94 219
Hex F1 5E DB

RGB Percentages of Color #f15edb

%43.50
%16.97
%39.53

CMYK Percentages of Color #f15edb

%0
%61
%9
%5

Triadic Colors of #f15edb

#f15edb #dbf15e #5edbf1

Analogous Colors of #f15edb

#f15edb #f15e92 #be5ef1

Monochromatic Colors of #f15edb

#f15edb

Complementary Color

#f15edb #5ef174

#f15edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15edb Color CSS Codes

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

#f15edb Text Font Color

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

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


#f15edb Background Color

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

This div background color is #f15edb


#f15edb Border Color

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

This div border color is #f15edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15edb


Comments

No comments written yet.

Please login to write comment.