Color Hex Logo

#f65ef3 Color Hex

#F65EF3
(246,94,243)
0 Favorites   0 Comments

Color spaces of #f65ef3

RGB 24694243
HSL0.840.890.67
HSV301°62°96°
CMYK 0.000.620.01   0.04
XYZ58.186434.069388.3033
Yxy34.06930.32230.1887
Hunter Lab58.368975.7963-48.8385
CIE-Lab65.017575.3386-46.8247

#f65ef3 color RGB value is (246,94,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011110 11110011
Octal 366 136 363
Decimal 246 94 243
Hex F6 5E F3

RGB Percentages of Color #f65ef3

%42.20
%16.12
%41.68

CMYK Percentages of Color #f65ef3

%0
%62
%1
%4

Triadic Colors of #f65ef3

#f65ef3 #f3f65e #5ef3f6

Analogous Colors of #f65ef3

#f65ef3 #f65ea7 #ad5ef6

Monochromatic Colors of #f65ef3

#f65ef3

Complementary Color

#f65ef3 #5ef661

#f65ef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65ef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65ef3 Color CSS Codes

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

#f65ef3 Text Font Color

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

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


#f65ef3 Background Color

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

This div background color is #f65ef3


#f65ef3 Border Color

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

This div border color is #f65ef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65ef3

Related Colors


Comments

No comments written yet.

Please login to write comment.