Color Hex Logo

#f13efa Color Hex

#F13EFA
(241,62,250)
0 Favorites   0 Comments

Color spaces of #f13efa

RGB 24162250
HSL0.830.950.61
HSV297°75°98°
CMYK 0.040.750.00   0.02
XYZ55.253629.048193.1371
Yxy29.04810.31140.1637
Hunter Lab53.896388.6768-64.7305
CIE-Lab60.824186.1577-57.3978

#f13efa color RGB value is (241,62,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111110 11111010
Octal 361 76 372
Decimal 241 62 250
Hex F1 3E FA

RGB Percentages of Color #f13efa

%43.58
%11.21
%45.21

CMYK Percentages of Color #f13efa

%4
%75
%0
%2

Triadic Colors of #f13efa

#f13efa #faf13e #3efaf1

Analogous Colors of #f13efa

#f13efa #fa3ea5 #933efa

Monochromatic Colors of #f13efa

#f13efa

Complementary Color

#f13efa #47fa3e

#f13efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13efa Color CSS Codes

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

#f13efa Text Font Color

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

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


#f13efa Background Color

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

This div background color is #f13efa


#f13efa Border Color

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

This div border color is #f13efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13efa


Comments

No comments written yet.

Please login to write comment.