Color Hex Logo

#f13efd Color Hex

#F13EFD
(241,62,253)
0 Favorites   0 Comments

Color spaces of #f13efd

RGB 24162253
HSL0.820.980.62
HSV296°75°99°
CMYK 0.050.750.00   0.01
XYZ55.727929.237995.6348
Yxy29.23790.30860.1619
Hunter Lab54.072189.3400-67.0130
CIE-Lab60.991086.6286-58.7921

#f13efd color RGB value is (241,62,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111110 11111101
Octal 361 76 375
Decimal 241 62 253
Hex F1 3E FD

RGB Percentages of Color #f13efd

%43.35
%11.15
%45.50

CMYK Percentages of Color #f13efd

%5
%75
%0
%1

Triadic Colors of #f13efd

#f13efd #fdf13e #3efdf1

Analogous Colors of #f13efd

#f13efd #fd3eaa #923efd

Monochromatic Colors of #f13efd

#f13efd

Complementary Color

#f13efd #4afd3e

#f13efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13efd Color CSS Codes

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

#f13efd Text Font Color

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

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


#f13efd Background Color

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

This div background color is #f13efd


#f13efd Border Color

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

This div border color is #f13efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,62,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 #f13efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13efd

Related Colors


Comments

No comments written yet.

Please login to write comment.