Color Hex Logo

#f10afd Color Hex

#F10AFD
(241,10,253)
0 Favorites   0 Comments

Color spaces of #f10afd

RGB 24110253
HSL0.830.980.52
HSV297°96°99°
CMYK 0.050.960.00   0.01
XYZ54.113826.009795.0968
Yxy26.00970.30880.1484
Hunter Lab50.9997100.1499-74.8555
CIE-Lab58.046395.2416-63.5094

#f10afd color RGB value is (241,10,253).

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

The process color (four color CMYK) of #f10afd color hex is 0.05, 0.96, 0.00, 0.01. Web safe color of #f10afd is #ff00ff. Color #f10afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001010 11111101
Octal 361 12 375
Decimal 241 10 253
Hex F1 A FD

RGB Percentages of Color #f10afd

%47.82
%1.98
%50.20

CMYK Percentages of Color #f10afd

%5
%96
%0
%1

Triadic Colors of #f10afd

#f10afd #fdf10a #0afdf1

Analogous Colors of #f10afd

#f10afd #fd0a90 #780afd

Monochromatic Colors of #f10afd

#f10afd

Complementary Color

#f10afd #16fd0a

#f10afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10afd Color CSS Codes

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

#f10afd Text Font Color

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

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


#f10afd Background Color

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

This div background color is #f10afd


#f10afd Border Color

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

This div border color is #f10afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10afd

Related Colors


Comments

No comments written yet.

Please login to write comment.