Color Hex Logo

#f15cde Color Hex

#F15CDE
(241,92,222)
0 Favorites   0 Comments

Color spaces of #f15cde

RGB 24192222
HSL0.850.840.65
HSV308°62°95°
CMYK 0.000.620.08   0.05
XYZ53.287631.629072.4037
Yxy31.62900.33870.2010
Hunter Lab56.239770.7110-36.9630
CIE-Lab63.035171.6183-38.3002

#f15cde color RGB value is (241,92,222).

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

The process color (four color CMYK) of #f15cde color hex is 0.00, 0.62, 0.08, 0.05. Web safe color of #f15cde is #ff66cc. Color #f15cde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011100 11011110
Octal 361 134 336
Decimal 241 92 222
Hex F1 5C DE

RGB Percentages of Color #f15cde

%43.42
%16.58
%40.00

CMYK Percentages of Color #f15cde

%0
%62
%8
%5

Triadic Colors of #f15cde

#f15cde #def15c #5cdef1

Analogous Colors of #f15cde

#f15cde #f15c94 #ba5cf1

Monochromatic Colors of #f15cde

#f15cde

Complementary Color

#f15cde #5cf16f

#f15cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15cde Color CSS Codes

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

#f15cde Text Font Color

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

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


#f15cde Background Color

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

This div background color is #f15cde


#f15cde Border Color

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

This div border color is #f15cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15cde


Comments

No comments written yet.

Please login to write comment.