Color Hex Logo

#f514ef Color Hex

#F514EF
(245,20,239)
0 Favorites   0 Comments

Color spaces of #f514ef

RGB 24520239
HSL0.840.920.52
HSV302°92°96°
CMYK 0.000.920.02   0.04
XYZ53.486326.144883.8888
Yxy26.14480.32710.1599
Hunter Lab51.132097.2379-61.4807
CIE-Lab58.174293.0819-55.4621

#f514ef color RGB value is (245,20,239).

#f514ef hex color red value is 245, green value is 20 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f514ef hue: 0.84 , saturation: 0.92 and the lightness value of f514ef is 0.52.

The process color (four color CMYK) of #f514ef color hex is 0.00, 0.92, 0.02, 0.04. Web safe color of #f514ef is #ff00ff. Color #f514ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010100 11101111
Octal 365 24 357
Decimal 245 20 239
Hex F5 14 EF

RGB Percentages of Color #f514ef

%48.61
%3.97
%47.42

CMYK Percentages of Color #f514ef

%0
%92
%2
%4

Triadic Colors of #f514ef

#f514ef #eff514 #14eff5

Analogous Colors of #f514ef

#f514ef #f5147f #8b14f5

Monochromatic Colors of #f514ef

#f514ef

Complementary Color

#f514ef #14f51a

#f514ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f514ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f514ef Color CSS Codes

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

#f514ef Text Font Color

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

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


#f514ef Background Color

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

This div background color is #f514ef


#f514ef Border Color

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

This div border color is #f514ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,20,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f514ef


Comments

No comments written yet.

Please login to write comment.