Color Hex Logo

#f50aeb Color Hex

#F50AEB
(245,10,235)
0 Favorites   0 Comments

Color spaces of #f50aeb

RGB 24510235
HSL0.840.920.50
HSV303°96°96°
CMYK 0.000.960.04   0.04
XYZ52.760125.627780.7631
Yxy25.62770.33150.1610
Hunter Lab50.623897.4409-59.1521
CIE-Lab57.682093.3270-54.0048

#f50aeb color RGB value is (245,10,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001010 11101011
Octal 365 12 353
Decimal 245 10 235
Hex F5 A EB

RGB Percentages of Color #f50aeb

%50.00
%2.04
%47.96

CMYK Percentages of Color #f50aeb

%0
%96
%4
%4

Triadic Colors of #f50aeb

#f50aeb #ebf50a #0aebf5

Analogous Colors of #f50aeb

#f50aeb #f50a76 #8a0af5

Monochromatic Colors of #f50aeb

#f50aeb

Complementary Color

#f50aeb #0af514

#f50aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50aeb Color CSS Codes

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

#f50aeb Text Font Color

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

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


#f50aeb Background Color

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

This div background color is #f50aeb


#f50aeb Border Color

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

This div border color is #f50aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50aeb


Comments

No comments written yet.

Please login to write comment.