Color Hex Logo

#f512eb Color Hex

#F512EB
(245,18,235)
0 Favorites   0 Comments

Color spaces of #f512eb

RGB 24518235
HSL0.840.920.52
HSV303°93°96°
CMYK 0.000.930.04   0.04
XYZ52.867925.843280.7991
Yxy25.84320.33140.1620
Hunter Lab50.836296.6705-58.6502
CIE-Lab57.887992.7190-53.6766

#f512eb color RGB value is (245,18,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010010 11101011
Octal 365 22 353
Decimal 245 18 235
Hex F5 12 EB

RGB Percentages of Color #f512eb

%49.20
%3.61
%47.19

CMYK Percentages of Color #f512eb

%0
%93
%4
%4

Triadic Colors of #f512eb

#f512eb #ebf512 #12ebf5

Analogous Colors of #f512eb

#f512eb #f5127a #8e12f5

Monochromatic Colors of #f512eb

#f512eb

Complementary Color

#f512eb #12f51c

#f512eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f512eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f512eb Color CSS Codes

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

#f512eb Text Font Color

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

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


#f512eb Background Color

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

This div background color is #f512eb


#f512eb Border Color

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

This div border color is #f512eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f512eb


Comments

No comments written yet.

Please login to write comment.