Color Hex Logo

#f655db Color Hex

#F655DB
(246,85,219)
0 Favorites   0 Comments

Color spaces of #f655db

RGB 24685219
HSL0.860.900.65
HSV310°65°96°
CMYK 0.000.650.11   0.04
XYZ54.040731.204370.1926
Yxy31.20430.34770.2008
Hunter Lab55.860874.9275-35.3990
CIE-Lab62.679775.0831-37.1175

#f655db color RGB value is (246,85,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010101 11011011
Octal 366 125 333
Decimal 246 85 219
Hex F6 55 DB

RGB Percentages of Color #f655db

%44.73
%15.45
%39.82

CMYK Percentages of Color #f655db

%0
%65
%11
%4

Triadic Colors of #f655db

#f655db #dbf655 #55dbf6

Analogous Colors of #f655db

#f655db #f6558b #c155f6

Monochromatic Colors of #f655db

#f655db

Complementary Color

#f655db #55f670

#f655db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f655db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f655db Color CSS Codes

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

#f655db Text Font Color

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

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


#f655db Background Color

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

This div background color is #f655db


#f655db Border Color

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

This div border color is #f655db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f655db


Comments

No comments written yet.

Please login to write comment.