Color Hex Logo

#f13efb Color Hex

#F13EFB
(241,62,251)
0 Favorites   0 Comments

Color spaces of #f13efb

RGB 24162251
HSL0.820.960.61
HSV297°75°98°
CMYK 0.040.750.00   0.02
XYZ55.410829.111193.9653
Yxy29.11110.31040.1631
Hunter Lab53.954788.8965-65.4887
CIE-Lab60.879686.3138-57.8632

#f13efb color RGB value is (241,62,251).

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

The process color (four color CMYK) of #f13efb color hex is 0.04, 0.75, 0.00, 0.02. Web safe color of #f13efb is #ff33ff. Color #f13efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111110 11111011
Octal 361 76 373
Decimal 241 62 251
Hex F1 3E FB

RGB Percentages of Color #f13efb

%43.50
%11.19
%45.31

CMYK Percentages of Color #f13efb

%4
%75
%0
%2

Triadic Colors of #f13efb

#f13efb #fbf13e #3efbf1

Analogous Colors of #f13efb

#f13efb #fb3ea7 #933efb

Monochromatic Colors of #f13efb

#f13efb

Complementary Color

#f13efb #48fb3e

#f13efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13efb Color CSS Codes

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

#f13efb Text Font Color

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

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


#f13efb Background Color

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

This div background color is #f13efb


#f13efb Border Color

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

This div border color is #f13efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13efb


Comments

No comments written yet.

Please login to write comment.