Color Hex Logo

#f66ced Color Hex

#F66CED
(246,108,237)
0 Favorites   0 Comments

Color spaces of #f66ced

RGB 246108237
HSL0.840.880.69
HSV304°56°96°
CMYK 0.000.560.04   0.04
XYZ58.654736.432484.0615
Yxy36.43240.32740.2034
Hunter Lab60.359367.8304-40.3209
CIE-Lab66.849068.5803-40.6314

#f66ced color RGB value is (246,108,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101100 11101101
Octal 366 154 355
Decimal 246 108 237
Hex F6 6C ED

RGB Percentages of Color #f66ced

%41.62
%18.27
%40.10

CMYK Percentages of Color #f66ced

%0
%56
%4
%4

Triadic Colors of #f66ced

#f66ced #edf66c #6cedf6

Analogous Colors of #f66ced

#f66ced #f66ca8 #ba6cf6

Monochromatic Colors of #f66ced

#f66ced

Complementary Color

#f66ced #6cf675

#f66ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66ced Color CSS Codes

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

#f66ced Text Font Color

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

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


#f66ced Background Color

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

This div background color is #f66ced


#f66ced Border Color

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

This div border color is #f66ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66ced


Comments

No comments written yet.

Please login to write comment.