Color Hex Logo

#f51aea Color Hex

#F51AEA
(245,26,234)
0 Favorites   0 Comments

Color spaces of #f51aea

RGB 24526234
HSL0.840.920.53
HSV303°89°96°
CMYK 0.000.890.04   0.04
XYZ52.876926.091880.0912
Yxy26.09180.33240.1640
Hunter Lab51.080195.3886-57.2078
CIE-Lab58.124191.7243-52.7391

#f51aea color RGB value is (245,26,234).

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

The process color (four color CMYK) of #f51aea color hex is 0.00, 0.89, 0.04, 0.04. Web safe color of #f51aea is #ff33ff. Color #f51aea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011010 11101010
Octal 365 32 352
Decimal 245 26 234
Hex F5 1A EA

RGB Percentages of Color #f51aea

%48.51
%5.15
%46.34

CMYK Percentages of Color #f51aea

%0
%89
%4
%4

Triadic Colors of #f51aea

#f51aea #eaf51a #1aeaf5

Analogous Colors of #f51aea

#f51aea #f51a7d #931af5

Monochromatic Colors of #f51aea

#f51aea

Complementary Color

#f51aea #1af525

#f51aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51aea Color CSS Codes

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

#f51aea Text Font Color

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

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


#f51aea Background Color

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

This div background color is #f51aea


#f51aea Border Color

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

This div border color is #f51aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51aea


Comments

No comments written yet.

Please login to write comment.