Color Hex Logo

#f512ec Color Hex

#F512EC
(245,18,236)
0 Favorites   0 Comments

Color spaces of #f512ec

RGB 24518236
HSL0.840.920.52
HSV302°93°96°
CMYK 0.000.930.04   0.04
XYZ53.012825.901281.5622
Yxy25.90120.33030.1614
Hunter Lab50.893296.8710-59.3937
CIE-Lab57.943292.8562-54.1496

#f512ec color RGB value is (245,18,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010010 11101100
Octal 365 22 354
Decimal 245 18 236
Hex F5 12 EC

RGB Percentages of Color #f512ec

%49.10
%3.61
%47.29

CMYK Percentages of Color #f512ec

%0
%93
%4
%4

Triadic Colors of #f512ec

#f512ec #ecf512 #12ecf5

Analogous Colors of #f512ec

#f512ec #f5127b #8d12f5

Monochromatic Colors of #f512ec

#f512ec

Complementary Color

#f512ec #12f51b

#f512ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f512ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f512ec Color CSS Codes

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

#f512ec Text Font Color

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

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


#f512ec Background Color

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

This div background color is #f512ec


#f512ec Border Color

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

This div border color is #f512ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f512ec

Related Colors


Comments

No comments written yet.

Please login to write comment.