Color Hex Logo

#f15cfc Color Hex

#F15CFC
(241,92,252)
0 Favorites   0 Comments

Color spaces of #f15cfc

RGB 24192252
HSL0.820.960.67
HSV296°63°99°
CMYK 0.040.630.00   0.01
XYZ57.673533.383395.4994
Yxy33.38330.30910.1789
Hunter Lab57.778377.0643-57.5533
CIE-Lab64.470176.4472-52.7033

#f15cfc color RGB value is (241,92,252).

#f15cfc hex color red value is 241, green value is 92 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f15cfc hue: 0.82 , saturation: 0.96 and the lightness value of f15cfc is 0.67.

The process color (four color CMYK) of #f15cfc color hex is 0.04, 0.63, 0.00, 0.01. Web safe color of #f15cfc is #ff66ff. Color #f15cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011100 11111100
Octal 361 134 374
Decimal 241 92 252
Hex F1 5C FC

RGB Percentages of Color #f15cfc

%41.20
%15.73
%43.08

CMYK Percentages of Color #f15cfc

%4
%63
%0
%1

Triadic Colors of #f15cfc

#f15cfc #fcf15c #5cfcf1

Analogous Colors of #f15cfc

#f15cfc #fc5cb7 #a15cfc

Monochromatic Colors of #f15cfc

#f15cfc

Complementary Color

#f15cfc #67fc5c

#f15cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15cfc Color CSS Codes

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

#f15cfc Text Font Color

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

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


#f15cfc Background Color

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

This div background color is #f15cfc


#f15cfc Border Color

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

This div border color is #f15cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15cfc


Comments

No comments written yet.

Please login to write comment.