Color Hex Logo

#f655de Color Hex

#F655DE
(246,85,222)
0 Favorites   0 Comments

Color spaces of #f655de

RGB 24685222
HSL0.860.900.65
HSV309°65°96°
CMYK 0.000.650.10   0.04
XYZ54.439431.363872.2918
Yxy31.36380.34430.1984
Hunter Lab56.003475.5091-37.3319
CIE-Lab62.813575.5224-38.5922

#f655de color RGB value is (246,85,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010101 11011110
Octal 366 125 336
Decimal 246 85 222
Hex F6 55 DE

RGB Percentages of Color #f655de

%44.48
%15.37
%40.14

CMYK Percentages of Color #f655de

%0
%65
%10
%4

Triadic Colors of #f655de

#f655de #def655 #55def6

Analogous Colors of #f655de

#f655de #f6558e #be55f6

Monochromatic Colors of #f655de

#f655de

Complementary Color

#f655de #55f66d

#f655de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f655de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f655de Color CSS Codes

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

#f655de Text Font Color

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

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


#f655de Background Color

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

This div background color is #f655de


#f655de Border Color

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

This div border color is #f655de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f655de


Comments

No comments written yet.

Please login to write comment.