Color Hex Logo

#f665de Color Hex

#F665DE
(246,101,222)
0 Favorites   0 Comments

Color spaces of #f665de

RGB 246101222
HSL0.860.890.68
HSV310°59°96°
CMYK 0.000.590.10   0.04
XYZ55.844534.174172.7602
Yxy34.17410.34310.2099
Hunter Lab58.458668.2154-32.8739
CIE-Lab65.100569.2069-35.0251

#f665de color RGB value is (246,101,222).

#f665de hex color red value is 246, green value is 101 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f665de hue: 0.86 , saturation: 0.89 and the lightness value of f665de is 0.68.

The process color (four color CMYK) of #f665de color hex is 0.00, 0.59, 0.10, 0.04. Web safe color of #f665de is #ff66cc. Color #f665de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100101 11011110
Octal 366 145 336
Decimal 246 101 222
Hex F6 65 DE

RGB Percentages of Color #f665de

%43.23
%17.75
%39.02

CMYK Percentages of Color #f665de

%0
%59
%10
%4

Triadic Colors of #f665de

#f665de #def665 #65def6

Analogous Colors of #f665de

#f665de #f66596 #c665f6

Monochromatic Colors of #f665de

#f665de

Complementary Color

#f665de #65f67d

#f665de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f665de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f665de Color CSS Codes

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

#f665de Text Font Color

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

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


#f665de Background Color

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

This div background color is #f665de


#f665de Border Color

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

This div border color is #f665de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f665de


Comments

No comments written yet.

Please login to write comment.