Color Hex Logo

#f65ef4 Color Hex

#F65EF4
(246,94,244)
0 Favorites   0 Comments

Color spaces of #f65ef4

RGB 24694244
HSL0.840.890.67
HSV301°62°96°
CMYK 0.000.620.01   0.04
XYZ58.337934.129989.1009
Yxy34.12990.32130.1880
Hunter Lab58.420876.0103-49.5320
CIE-Lab65.065575.4998-47.3017

#f65ef4 color RGB value is (246,94,244).

#f65ef4 hex color red value is 246, green value is 94 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #f65ef4 hue: 0.84 , saturation: 0.89 and the lightness value of f65ef4 is 0.67.

The process color (four color CMYK) of #f65ef4 color hex is 0.00, 0.62, 0.01, 0.04. Web safe color of #f65ef4 is #ff66ff. Color #f65ef4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011110 11110100
Octal 366 136 364
Decimal 246 94 244
Hex F6 5E F4

RGB Percentages of Color #f65ef4

%42.12
%16.10
%41.78

CMYK Percentages of Color #f65ef4

%0
%62
%1
%4

Triadic Colors of #f65ef4

#f65ef4 #f4f65e #5ef4f6

Analogous Colors of #f65ef4

#f65ef4 #f65ea8 #ac5ef6

Monochromatic Colors of #f65ef4

#f65ef4

Complementary Color

#f65ef4 #5ef660

#f65ef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65ef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65ef4 Color CSS Codes

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

#f65ef4 Text Font Color

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

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


#f65ef4 Background Color

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

This div background color is #f65ef4


#f65ef4 Border Color

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

This div border color is #f65ef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65ef4


Comments

No comments written yet.

Please login to write comment.