Color Hex Logo

#f514cc Color Hex

#F514CC
(245,20,204)
0 Favorites   0 Comments

Color spaces of #f514cc

RGB 24520204
HSL0.860.920.52
HSV311°92°96°
CMYK 0.000.920.17   0.04
XYZ48.805424.272459.2395
Yxy24.27240.36890.1834
Hunter Lab49.267090.6102-36.8044
CIE-Lab56.359588.4925-38.5150

#f514cc color RGB value is (245,20,204).

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

The process color (four color CMYK) of #f514cc color hex is 0.00, 0.92, 0.17, 0.04. Web safe color of #f514cc is #ff00cc. Color #f514cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010100 11001100
Octal 365 24 314
Decimal 245 20 204
Hex F5 14 CC

RGB Percentages of Color #f514cc

%52.24
%4.26
%43.50

CMYK Percentages of Color #f514cc

%0
%92
%17
%4

Triadic Colors of #f514cc

#f514cc #ccf514 #14ccf5

Analogous Colors of #f514cc

#f514cc #f5145c #ae14f5

Monochromatic Colors of #f514cc

#f514cc

Complementary Color

#f514cc #14f53d

#f514cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f514cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f514cc Color CSS Codes

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

#f514cc Text Font Color

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

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


#f514cc Background Color

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

This div background color is #f514cc


#f514cc Border Color

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

This div border color is #f514cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f514cc


Comments

No comments written yet.

Please login to write comment.