Color Hex Logo

#f64eea Color Hex

#F64EEA
(246,78,234)
0 Favorites   0 Comments

Color spaces of #f64eea

RGB 24678234
HSL0.850.900.64
HSV304°68°96°
CMYK 0.000.680.05   0.04
XYZ55.581730.982180.8926
Yxy30.98210.33190.1850
Hunter Lab55.661680.8361-47.2027
CIE-Lab62.492579.7904-45.8075

#f64eea color RGB value is (246,78,234).

#f64eea hex color red value is 246, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f64eea hue: 0.85 , saturation: 0.90 and the lightness value of f64eea is 0.64.

The process color (four color CMYK) of #f64eea color hex is 0.00, 0.68, 0.05, 0.04. Web safe color of #f64eea is #ff66ff. Color #f64eea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001110 11101010
Octal 366 116 352
Decimal 246 78 234
Hex F6 4E EA

RGB Percentages of Color #f64eea

%44.09
%13.98
%41.94

CMYK Percentages of Color #f64eea

%0
%68
%5
%4

Triadic Colors of #f64eea

#f64eea #eaf64e #4eeaf6

Analogous Colors of #f64eea

#f64eea #f64e96 #ae4ef6

Monochromatic Colors of #f64eea

#f64eea

Complementary Color

#f64eea #4ef65a

#f64eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64eea Color CSS Codes

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

#f64eea Text Font Color

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

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


#f64eea Background Color

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

This div background color is #f64eea


#f64eea Border Color

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

This div border color is #f64eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64eea


Comments

No comments written yet.

Please login to write comment.