Color Hex Logo

#f15dec Color Hex

#F15DEC
(241,93,236)
0 Favorites   0 Comments

Color spaces of #f15dec

RGB 24193236
HSL0.840.840.65
HSV302°61°95°
CMYK 0.000.610.02   0.05
XYZ55.330332.585682.7303
Yxy32.58560.32420.1910
Hunter Lab57.083873.1202-45.9690
CIE-Lab63.824073.4201-44.8733

#f15dec color RGB value is (241,93,236).

#f15dec hex color red value is 241, green value is 93 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f15dec hue: 0.84 , saturation: 0.84 and the lightness value of f15dec is 0.65.

The process color (four color CMYK) of #f15dec color hex is 0.00, 0.61, 0.02, 0.05. Web safe color of #f15dec is #ff66ff. Color #f15dec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011101 11101100
Octal 361 135 354
Decimal 241 93 236
Hex F1 5D EC

RGB Percentages of Color #f15dec

%42.28
%16.32
%41.40

CMYK Percentages of Color #f15dec

%0
%61
%2
%5

Triadic Colors of #f15dec

#f15dec #ecf15d #5decf1

Analogous Colors of #f15dec

#f15dec #f15da2 #ac5df1

Monochromatic Colors of #f15dec

#f15dec

Complementary Color

#f15dec #5df162

#f15dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15dec Color CSS Codes

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

#f15dec Text Font Color

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

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


#f15dec Background Color

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

This div background color is #f15dec


#f15dec Border Color

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

This div border color is #f15dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15dec


Comments

No comments written yet.

Please login to write comment.