Color Hex Logo

#f611ea Color Hex

#F611EA
(246,17,234)
0 Favorites   0 Comments

Color spaces of #f611ea

RGB 24617234
HSL0.840.930.52
HSV303°93°96°
CMYK 0.000.930.05   0.04
XYZ53.057825.934280.0513
Yxy25.93420.33360.1631
Hunter Lab50.925696.8536-57.5515
CIE-Lab57.974592.8373-52.9669

#f611ea color RGB value is (246,17,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010001 11101010
Octal 366 21 352
Decimal 246 17 234
Hex F6 11 EA

RGB Percentages of Color #f611ea

%49.50
%3.42
%47.08

CMYK Percentages of Color #f611ea

%0
%93
%5
%4

Triadic Colors of #f611ea

#f611ea #eaf611 #11eaf6

Analogous Colors of #f611ea

#f611ea #f61178 #9011f6

Monochromatic Colors of #f611ea

#f611ea

Complementary Color

#f611ea #11f61d

#f611ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f611ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f611ea Color CSS Codes

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

#f611ea Text Font Color

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

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


#f611ea Background Color

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

This div background color is #f611ea


#f611ea Border Color

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

This div border color is #f611ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f611ea


Comments

No comments written yet.

Please login to write comment.