Color Hex Logo

#f13feb Color Hex

#F13FEB
(241,63,235)
0 Favorites   0 Comments

Color spaces of #f13feb

RGB 24163235
HSL0.840.860.60
HSV302°74°95°
CMYK 0.000.740.02   0.05
XYZ53.048528.253981.2549
Yxy28.25390.32630.1738
Hunter Lab53.154485.1242-53.4261
CIE-Lab60.117483.5767-50.1725

#f13feb color RGB value is (241,63,235).

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

The process color (four color CMYK) of #f13feb color hex is 0.00, 0.74, 0.02, 0.05. Web safe color of #f13feb is #ff33ff. Color #f13feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111111 11101011
Octal 361 77 353
Decimal 241 63 235
Hex F1 3F EB

RGB Percentages of Color #f13feb

%44.71
%11.69
%43.60

CMYK Percentages of Color #f13feb

%0
%74
%2
%5

Triadic Colors of #f13feb

#f13feb #ebf13f #3febf1

Analogous Colors of #f13feb

#f13feb #f13f92 #9e3ff1

Monochromatic Colors of #f13feb

#f13feb

Complementary Color

#f13feb #3ff145

#f13feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13feb Color CSS Codes

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

#f13feb Text Font Color

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

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


#f13feb Background Color

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

This div background color is #f13feb


#f13feb Border Color

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

This div border color is #f13feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13feb


Comments

No comments written yet.

Please login to write comment.