Color Hex Logo

#f313be Color Hex

#F313BE
(243,19,190)
0 Favorites   0 Comments

Color spaces of #f313be

RGB 24319190
HSL0.870.900.51
HSV314°92°95°
CMYK 0.000.920.22   0.05
XYZ46.489323.238150.7503
Yxy23.23810.38590.1929
Hunter Lab48.205987.7833-28.6753
CIE-Lab55.316786.5506-32.1083

#f313be color RGB value is (243,19,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010011 10111110
Octal 363 23 276
Decimal 243 19 190
Hex F3 13 BE

RGB Percentages of Color #f313be

%53.76
%4.20
%42.04

CMYK Percentages of Color #f313be

%0
%92
%22
%5

Triadic Colors of #f313be

#f313be #bef313 #13bef3

Analogous Colors of #f313be

#f313be #f3134e #b813f3

Monochromatic Colors of #f313be

#f313be

Complementary Color

#f313be #13f348

#f313be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f313be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f313be Color CSS Codes

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

#f313be Text Font Color

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

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


#f313be Background Color

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

This div background color is #f313be


#f313be Border Color

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

This div border color is #f313be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f313be


Comments

No comments written yet.

Please login to write comment.