Color Hex Logo

#f66de8 Color Hex

#F66DE8
(246,109,232)
0 Favorites   0 Comments

Color spaces of #f66de8

RGB 246109232
HSL0.850.880.70
HSV306°56°96°
CMYK 0.000.560.06   0.04
XYZ58.040236.356380.3023
Yxy36.35630.33220.2081
Hunter Lab60.296266.3031-36.7549
CIE-Lab66.791367.3373-37.9541

#f66de8 color RGB value is (246,109,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101101 11101000
Octal 366 155 350
Decimal 246 109 232
Hex F6 6D E8

RGB Percentages of Color #f66de8

%41.91
%18.57
%39.52

CMYK Percentages of Color #f66de8

%0
%56
%6
%4

Triadic Colors of #f66de8

#f66de8 #e8f66d #6de8f6

Analogous Colors of #f66de8

#f66de8 #f66da4 #c06df6

Monochromatic Colors of #f66de8

#f66de8

Complementary Color

#f66de8 #6df67b

#f66de8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66de8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66de8 Color CSS Codes

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

#f66de8 Text Font Color

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

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


#f66de8 Background Color

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

This div background color is #f66de8


#f66de8 Border Color

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

This div border color is #f66de8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66de8


Comments

No comments written yet.

Please login to write comment.