Color Hex Logo

#f640ea Color Hex

#F640EA
(246,64,234)
0 Favorites   0 Comments

Color spaces of #f640ea

RGB 24664234
HSL0.840.910.61
HSV304°74°96°
CMYK 0.000.740.05   0.04
XYZ54.690729.200180.5956
Yxy29.20010.33250.1775
Hunter Lab54.037186.0940-50.6042
CIE-Lab60.957884.1592-48.2315

#f640ea color RGB value is (246,64,234).

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

The process color (four color CMYK) of #f640ea color hex is 0.00, 0.74, 0.05, 0.04. Web safe color of #f640ea is #ff33ff. Color #f640ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000000 11101010
Octal 366 100 352
Decimal 246 64 234
Hex F6 40 EA

RGB Percentages of Color #f640ea

%45.22
%11.76
%43.01

CMYK Percentages of Color #f640ea

%0
%74
%5
%4

Triadic Colors of #f640ea

#f640ea #eaf640 #40eaf6

Analogous Colors of #f640ea

#f640ea #f6408f #a740f6

Monochromatic Colors of #f640ea

#f640ea

Complementary Color

#f640ea #40f64c

#f640ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f640ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f640ea Color CSS Codes

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

#f640ea Text Font Color

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

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


#f640ea Background Color

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

This div background color is #f640ea


#f640ea Border Color

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

This div border color is #f640ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f640ea


Comments

No comments written yet.

Please login to write comment.