Color Hex Logo

#f314be Color Hex

#F314BE
(243,20,190)
0 Favorites   0 Comments

Color spaces of #f314be

RGB 24320190
HSL0.870.900.52
HSV314°92°95°
CMYK 0.000.920.22   0.05
XYZ46.506623.272750.7561
Yxy23.27270.38580.1931
Hunter Lab48.241887.6565-28.6109
CIE-Lab55.352186.4470-32.0532

#f314be color RGB value is (243,20,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010100 10111110
Octal 363 24 276
Decimal 243 20 190
Hex F3 14 BE

RGB Percentages of Color #f314be

%53.64
%4.42
%41.94

CMYK Percentages of Color #f314be

%0
%92
%22
%5

Triadic Colors of #f314be

#f314be #bef314 #14bef3

Analogous Colors of #f314be

#f314be #f3144e #b914f3

Monochromatic Colors of #f314be

#f314be

Complementary Color

#f314be #14f349

#f314be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f314be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f314be Color CSS Codes

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

#f314be Text Font Color

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

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


#f314be Background Color

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

This div background color is #f314be


#f314be Border Color

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

This div border color is #f314be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f314be


Comments

No comments written yet.

Please login to write comment.