Color Hex Logo

#f51aed Color Hex

#F51AED
(245,26,237)
0 Favorites   0 Comments

Color spaces of #f51aed

RGB 24526237
HSL0.840.920.53
HSV302°89°96°
CMYK 0.000.890.03   0.04
XYZ53.311626.265782.3807
Yxy26.26570.32920.1622
Hunter Lab51.250195.9925-59.4292
CIE-Lab58.288492.1399-54.1600

#f51aed color RGB value is (245,26,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011010 11101101
Octal 365 32 355
Decimal 245 26 237
Hex F5 1A ED

RGB Percentages of Color #f51aed

%48.23
%5.12
%46.65

CMYK Percentages of Color #f51aed

%0
%89
%3
%4

Triadic Colors of #f51aed

#f51aed #edf51a #1aedf5

Analogous Colors of #f51aed

#f51aed #f51a80 #901af5

Monochromatic Colors of #f51aed

#f51aed

Complementary Color

#f51aed #1af522

#f51aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51aed Color CSS Codes

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

#f51aed Text Font Color

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

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


#f51aed Background Color

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

This div background color is #f51aed


#f51aed Border Color

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

This div border color is #f51aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51aed


Comments

No comments written yet.

Please login to write comment.