Color Hex Logo

#f610ea Color Hex

#F610EA
(246,16,234)
0 Favorites   0 Comments

Color spaces of #f610ea

RGB 24616234
HSL0.840.930.51
HSV303°93°96°
CMYK 0.000.930.05   0.04
XYZ53.042625.903980.0462
Yxy25.90390.33360.1629
Hunter Lab50.895996.9611-57.6209
CIE-Lab57.945792.9223-53.0128

#f610ea color RGB value is (246,16,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010000 11101010
Octal 366 20 352
Decimal 246 16 234
Hex F6 10 EA

RGB Percentages of Color #f610ea

%49.60
%3.23
%47.18

CMYK Percentages of Color #f610ea

%0
%93
%5
%4

Triadic Colors of #f610ea

#f610ea #eaf610 #10eaf6

Analogous Colors of #f610ea

#f610ea #f61077 #8f10f6

Monochromatic Colors of #f610ea

#f610ea

Complementary Color

#f610ea #10f61c

#f610ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f610ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f610ea Color CSS Codes

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

#f610ea Text Font Color

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

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


#f610ea Background Color

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

This div background color is #f610ea


#f610ea Border Color

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

This div border color is #f610ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,16,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f610ea


Comments

No comments written yet.

Please login to write comment.