Color Hex Logo

#f15cce Color Hex

#F15CCE
(241,92,206)
0 Favorites   0 Comments

Color spaces of #f15cce

RGB 24192206
HSL0.870.840.65
HSV314°62°95°
CMYK 0.000.620.15   0.05
XYZ51.243430.811361.6389
Yxy30.81130.35660.2144
Hunter Lab55.507967.6474-26.9832
CIE-Lab62.348069.2388-30.3652

#f15cce color RGB value is (241,92,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011100 11001110
Octal 361 134 316
Decimal 241 92 206
Hex F1 5C CE

RGB Percentages of Color #f15cce

%44.71
%17.07
%38.22

CMYK Percentages of Color #f15cce

%0
%62
%15
%5

Triadic Colors of #f15cce

#f15cce #cef15c #5ccef1

Analogous Colors of #f15cce

#f15cce #f15c84 #ca5cf1

Monochromatic Colors of #f15cce

#f15cce

Complementary Color

#f15cce #5cf17f

#f15cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15cce Color CSS Codes

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

#f15cce Text Font Color

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

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


#f15cce Background Color

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

This div background color is #f15cce


#f15cce Border Color

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

This div border color is #f15cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15cce


Comments

No comments written yet.

Please login to write comment.