Color Hex Logo

#f66aeb Color Hex

#F66AEB
(246,106,235)
0 Favorites   0 Comments

Color spaces of #f66aeb

RGB 246106235
HSL0.850.890.69
HSV305°57°96°
CMYK 0.000.570.04   0.04
XYZ58.155535.899182.4613
Yxy35.89910.32950.2034
Hunter Lab59.915968.4028-39.6588
CIE-Lab66.442869.1203-40.1601

#f66aeb color RGB value is (246,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101010 11101011
Octal 366 152 353
Decimal 246 106 235
Hex F6 6A EB

RGB Percentages of Color #f66aeb

%41.91
%18.06
%40.03

CMYK Percentages of Color #f66aeb

%0
%57
%4
%4

Triadic Colors of #f66aeb

#f66aeb #ebf66a #6aebf6

Analogous Colors of #f66aeb

#f66aeb #f66aa5 #bb6af6

Monochromatic Colors of #f66aeb

#f66aeb

Complementary Color

#f66aeb #6af675

#f66aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66aeb Color CSS Codes

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

#f66aeb Text Font Color

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

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


#f66aeb Background Color

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

This div background color is #f66aeb


#f66aeb Border Color

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

This div border color is #f66aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66aeb


Comments

No comments written yet.

Please login to write comment.