Color Hex Logo

#f31ffd Color Hex

#F31FFD
(243,31,253)
0 Favorites   0 Comments

Color spaces of #f31ffd

RGB 24331253
HSL0.830.980.56
HSV297°88°99°
CMYK 0.040.880.00   0.01
XYZ55.181827.126595.2560
Yxy27.12650.31080.1528
Hunter Lab52.083197.9745-71.9787
CIE-Lab59.091293.4459-61.8143

#f31ffd color RGB value is (243,31,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011111 11111101
Octal 363 37 375
Decimal 243 31 253
Hex F3 1F FD

RGB Percentages of Color #f31ffd

%46.11
%5.88
%48.01

CMYK Percentages of Color #f31ffd

%4
%88
%0
%1

Triadic Colors of #f31ffd

#f31ffd #fdf31f #1ffdf3

Analogous Colors of #f31ffd

#f31ffd #fd1f98 #841ffd

Monochromatic Colors of #f31ffd

#f31ffd

Complementary Color

#f31ffd #29fd1f

#f31ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31ffd Color CSS Codes

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

#f31ffd Text Font Color

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

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


#f31ffd Background Color

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

This div background color is #f31ffd


#f31ffd Border Color

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

This div border color is #f31ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31ffd


Comments

No comments written yet.

Please login to write comment.