Color Hex Logo

#f51aee Color Hex

#F51AEE
(245,26,238)
0 Favorites   0 Comments

Color spaces of #f51aee

RGB 24526238
HSL0.840.920.53
HSV302°89°96°
CMYK 0.000.890.03   0.04
XYZ53.458226.324383.1525
Yxy26.32430.32810.1616
Hunter Lab51.307296.1958-60.1750
CIE-Lab58.343692.2796-54.6321

#f51aee color RGB value is (245,26,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011010 11101110
Octal 365 32 356
Decimal 245 26 238
Hex F5 1A EE

RGB Percentages of Color #f51aee

%48.13
%5.11
%46.76

CMYK Percentages of Color #f51aee

%0
%89
%3
%4

Triadic Colors of #f51aee

#f51aee #eef51a #1aeef5

Analogous Colors of #f51aee

#f51aee #f51a81 #8f1af5

Monochromatic Colors of #f51aee

#f51aee

Complementary Color

#f51aee #1af521

#f51aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51aee Color CSS Codes

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

#f51aee Text Font Color

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

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


#f51aee Background Color

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

This div background color is #f51aee


#f51aee Border Color

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

This div border color is #f51aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51aee


Comments

No comments written yet.

Please login to write comment.