Color Hex Logo

#f66ada Color Hex

#F66ADA
(246,106,218)
0 Favorites   0 Comments

Color spaces of #f66ada

RGB 246106218
HSL0.870.890.69
HSV312°57°96°
CMYK 0.000.570.11   0.04
XYZ55.815034.962970.1364
Yxy34.96290.34690.2173
Hunter Lab59.129465.0179-28.9363
CIE-Lab65.719866.4640-31.8299

#f66ada color RGB value is (246,106,218).

#f66ada hex color red value is 246, green value is 106 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f66ada hue: 0.87 , saturation: 0.89 and the lightness value of f66ada is 0.69.

The process color (four color CMYK) of #f66ada color hex is 0.00, 0.57, 0.11, 0.04. Web safe color of #f66ada is #ff66cc. Color #f66ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101010 11011010
Octal 366 152 332
Decimal 246 106 218
Hex F6 6A DA

RGB Percentages of Color #f66ada

%43.16
%18.60
%38.25

CMYK Percentages of Color #f66ada

%0
%57
%11
%4

Triadic Colors of #f66ada

#f66ada #daf66a #6adaf6

Analogous Colors of #f66ada

#f66ada #f66a94 #cc6af6

Monochromatic Colors of #f66ada

#f66ada

Complementary Color

#f66ada #6af686

#f66ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66ada Color CSS Codes

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

#f66ada Text Font Color

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

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


#f66ada Background Color

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

This div background color is #f66ada


#f66ada Border Color

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

This div border color is #f66ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66ada

Related Colors


Comments

No comments written yet.

Please login to write comment.