Color Hex Logo

#f31384 Color Hex

#F31384
(243,19,132)
0 Favorites   0 Comments

Color spaces of #f31384

RGB 24319132
HSL0.920.900.51
HSV330°92°95°
CMYK 0.000.920.46   0.05
XYZ41.359921.186423.7393
Yxy21.18640.47930.2455
Hunter Lab46.028779.84421.6413
CIE-Lab53.152980.8206-1.1448

#f31384 color RGB value is (243,19,132).

#f31384 hex color red value is 243, green value is 19 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #f31384 hue: 0.92 , saturation: 0.90 and the lightness value of f31384 is 0.51.

The process color (four color CMYK) of #f31384 color hex is 0.00, 0.92, 0.46, 0.05. Web safe color of #f31384 is #ff0099. Color #f31384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010011 10000100
Octal 363 23 204
Decimal 243 19 132
Hex F3 13 84

RGB Percentages of Color #f31384

%61.68
%4.82
%33.50

CMYK Percentages of Color #f31384

%0
%92
%46
%5

Triadic Colors of #f31384

#f31384 #84f313 #1384f3

Analogous Colors of #f31384

#f31384 #f31314 #f213f3

Monochromatic Colors of #f31384

#f31384

Complementary Color

#f31384 #13f382

#f31384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31384 Color CSS Codes

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

#f31384 Text Font Color

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

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


#f31384 Background Color

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

This div background color is #f31384


#f31384 Border Color

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

This div border color is #f31384


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,19,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31384


Comments

No comments written yet.

Please login to write comment.