Color Hex Logo

#f512cf Color Hex

#F512CF
(245,18,207)
0 Favorites   0 Comments

Color spaces of #f512cf

RGB 24518207
HSL0.860.920.52
HSV310°93°96°
CMYK 0.000.930.16   0.04
XYZ49.135024.350161.1418
Yxy24.35010.36500.1809
Hunter Lab49.345891.3822-38.9210
CIE-Lab56.436689.0593-40.1113

#f512cf color RGB value is (245,18,207).

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

The process color (four color CMYK) of #f512cf color hex is 0.00, 0.93, 0.16, 0.04. Web safe color of #f512cf is #ff00cc. Color #f512cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010010 11001111
Octal 365 22 317
Decimal 245 18 207
Hex F5 12 CF

RGB Percentages of Color #f512cf

%52.13
%3.83
%44.04

CMYK Percentages of Color #f512cf

%0
%93
%16
%4

Triadic Colors of #f512cf

#f512cf #cff512 #12cff5

Analogous Colors of #f512cf

#f512cf #f5125d #aa12f5

Monochromatic Colors of #f512cf

#f512cf

Complementary Color

#f512cf #12f538

#f512cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f512cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f512cf Color CSS Codes

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

#f512cf Text Font Color

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

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


#f512cf Background Color

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

This div background color is #f512cf


#f512cf Border Color

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

This div border color is #f512cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f512cf


Comments

No comments written yet.

Please login to write comment.