Color Hex Logo

#f313bb Color Hex

#F313BB
(243,19,187)
0 Favorites   0 Comments

Color spaces of #f313bb

RGB 24319187
HSL0.880.900.51
HSV315°92°95°
CMYK 0.000.920.23   0.05
XYZ46.164723.108349.0409
Yxy23.10830.39020.1953
Hunter Lab48.071187.2967-26.8364
CIE-Lab55.183786.2050-30.5767

#f313bb color RGB value is (243,19,187).

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

The process color (four color CMYK) of #f313bb color hex is 0.00, 0.92, 0.23, 0.05. Web safe color of #f313bb is #ff00cc. Color #f313bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010011 10111011
Octal 363 23 273
Decimal 243 19 187
Hex F3 13 BB

RGB Percentages of Color #f313bb

%54.12
%4.23
%41.65

CMYK Percentages of Color #f313bb

%0
%92
%23
%5

Triadic Colors of #f313bb

#f313bb #bbf313 #13bbf3

Analogous Colors of #f313bb

#f313bb #f3134b #bb13f3

Monochromatic Colors of #f313bb

#f313bb

Complementary Color

#f313bb #13f34b

#f313bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f313bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f313bb Color CSS Codes

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

#f313bb Text Font Color

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

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


#f313bb Background Color

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

This div background color is #f313bb


#f313bb Border Color

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

This div border color is #f313bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f313bb


Comments

No comments written yet.

Please login to write comment.