Color Hex Logo

#f66fed Color Hex

#F66FED
(246,111,237)
0 Favorites   0 Comments

Color spaces of #f66fed

RGB 246111237
HSL0.840.880.70
HSV304°55°96°
CMYK 0.000.550.04   0.04
XYZ58.976537.076184.1688
Yxy37.07610.32720.2057
Hunter Lab60.890166.3324-39.3338
CIE-Lab67.334167.2665-39.8731

#f66fed color RGB value is (246,111,237).

#f66fed hex color red value is 246, green value is 111 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f66fed hue: 0.84 , saturation: 0.88 and the lightness value of f66fed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101111 11101101
Octal 366 157 355
Decimal 246 111 237
Hex F6 6F ED

RGB Percentages of Color #f66fed

%41.41
%18.69
%39.90

CMYK Percentages of Color #f66fed

%0
%55
%4
%4

Triadic Colors of #f66fed

#f66fed #edf66f #6fedf6

Analogous Colors of #f66fed

#f66fed #f66faa #bc6ff6

Monochromatic Colors of #f66fed

#f66fed

Complementary Color

#f66fed #6ff678

#f66fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66fed Color CSS Codes

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

#f66fed Text Font Color

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

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


#f66fed Background Color

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

This div background color is #f66fed


#f66fed Border Color

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

This div border color is #f66fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66fed

Related Colors


Comments

No comments written yet.

Please login to write comment.