Color Hex Logo

#f510eb Color Hex

#F510EB
(245,16,235)
0 Favorites   0 Comments

Color spaces of #f510eb

RGB 24516235
HSL0.840.920.51
HSV303°93°96°
CMYK 0.000.930.04   0.04
XYZ52.836925.781280.7887
Yxy25.78120.33150.1617
Hunter Lab50.775296.8913-58.7940
CIE-Lab57.828892.8935-53.7708

#f510eb color RGB value is (245,16,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010000 11101011
Octal 365 20 353
Decimal 245 16 235
Hex F5 10 EB

RGB Percentages of Color #f510eb

%49.40
%3.23
%47.38

CMYK Percentages of Color #f510eb

%0
%93
%4
%4

Triadic Colors of #f510eb

#f510eb #ebf510 #10ebf5

Analogous Colors of #f510eb

#f510eb #f51079 #8d10f5

Monochromatic Colors of #f510eb

#f510eb

Complementary Color

#f510eb #10f51a

#f510eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f510eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f510eb Color CSS Codes

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

#f510eb Text Font Color

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

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


#f510eb Background Color

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

This div background color is #f510eb


#f510eb Border Color

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

This div border color is #f510eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f510eb


Comments

No comments written yet.

Please login to write comment.