Color Hex Logo

#f51aeb Color Hex

#F51AEB
(245,26,235)
0 Favorites   0 Comments

Color spaces of #f51aeb

RGB 24526235
HSL0.840.920.53
HSV303°89°96°
CMYK 0.000.890.04   0.04
XYZ53.021026.149480.8501
Yxy26.14940.33130.1634
Hunter Lab51.136595.5894-57.9458
CIE-Lab58.178691.8626-53.2135

#f51aeb color RGB value is (245,26,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011010 11101011
Octal 365 32 353
Decimal 245 26 235
Hex F5 1A EB

RGB Percentages of Color #f51aeb

%48.42
%5.14
%46.44

CMYK Percentages of Color #f51aeb

%0
%89
%4
%4

Triadic Colors of #f51aeb

#f51aeb #ebf51a #1aebf5

Analogous Colors of #f51aeb

#f51aeb #f51a7e #921af5

Monochromatic Colors of #f51aeb

#f51aeb

Complementary Color

#f51aeb #1af524

#f51aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51aeb Color CSS Codes

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

#f51aeb Text Font Color

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

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


#f51aeb Background Color

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

This div background color is #f51aeb


#f51aeb Border Color

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

This div border color is #f51aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,26,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 #f51aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51aeb


Comments

No comments written yet.

Please login to write comment.