Color Hex Logo

#f11efd Color Hex

#F11EFD
(241,30,253)
0 Favorites   0 Comments

Color spaces of #f11efd

RGB 24130253
HSL0.820.980.55
HSV297°88°99°
CMYK 0.050.880.00   0.01
XYZ54.469526.721295.2153
Yxy26.72120.30880.1515
Hunter Lab51.692697.6271-73.0247
CIE-Lab58.715493.2635-62.4351

#f11efd color RGB value is (241,30,253).

#f11efd hex color red value is 241, green value is 30 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f11efd hue: 0.82 , saturation: 0.98 and the lightness value of f11efd is 0.55.

The process color (four color CMYK) of #f11efd color hex is 0.05, 0.88, 0.00, 0.01. Web safe color of #f11efd is #ff33ff. Color #f11efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011110 11111101
Octal 361 36 375
Decimal 241 30 253
Hex F1 1E FD

RGB Percentages of Color #f11efd

%45.99
%5.73
%48.28

CMYK Percentages of Color #f11efd

%5
%88
%0
%1

Triadic Colors of #f11efd

#f11efd #fdf11e #1efdf1

Analogous Colors of #f11efd

#f11efd #fd1e9a #821efd

Monochromatic Colors of #f11efd

#f11efd

Complementary Color

#f11efd #2afd1e

#f11efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11efd Color CSS Codes

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

#f11efd Text Font Color

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

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


#f11efd Background Color

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

This div background color is #f11efd


#f11efd Border Color

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

This div border color is #f11efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11efd


Comments

No comments written yet.

Please login to write comment.