Color Hex Logo

#f31cbe Color Hex

#F31CBE
(243,28,190)
0 Favorites   0 Comments

Color spaces of #f31cbe

RGB 24328190
HSL0.870.900.53
HSV315°88°95°
CMYK 0.000.880.22   0.05
XYZ46.671723.602950.8111
Yxy23.60290.38540.1949
Hunter Lab48.582886.4584-28.0014
CIE-Lab55.688085.4650-31.5301

#f31cbe color RGB value is (243,28,190).

#f31cbe hex color red value is 243, green value is 28 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f31cbe hue: 0.87 , saturation: 0.90 and the lightness value of f31cbe is 0.53.

The process color (four color CMYK) of #f31cbe color hex is 0.00, 0.88, 0.22, 0.05. Web safe color of #f31cbe is #ff33cc. Color #f31cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011100 10111110
Octal 363 34 276
Decimal 243 28 190
Hex F3 1C BE

RGB Percentages of Color #f31cbe

%52.71
%6.07
%41.21

CMYK Percentages of Color #f31cbe

%0
%88
%22
%5

Triadic Colors of #f31cbe

#f31cbe #bef31c #1cbef3

Analogous Colors of #f31cbe

#f31cbe #f31c52 #bd1cf3

Monochromatic Colors of #f31cbe

#f31cbe

Complementary Color

#f31cbe #1cf351

#f31cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31cbe Color CSS Codes

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

#f31cbe Text Font Color

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

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


#f31cbe Background Color

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

This div background color is #f31cbe


#f31cbe Border Color

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

This div border color is #f31cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31cbe


Comments

No comments written yet.

Please login to write comment.