Color Hex Logo

#f655eb Color Hex

#F655EB
(246,85,235)
0 Favorites   0 Comments

Color spaces of #f655eb

RGB 24685235
HSL0.840.900.65
HSV304°65°96°
CMYK 0.000.650.04   0.04
XYZ56.249932.088081.8262
Yxy32.08800.33060.1886
Hunter Lab56.646378.1200-45.9927
CIE-Lab63.415577.4807-44.9102

#f655eb color RGB value is (246,85,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010101 11101011
Octal 366 125 353
Decimal 246 85 235
Hex F6 55 EB

RGB Percentages of Color #f655eb

%43.46
%15.02
%41.52

CMYK Percentages of Color #f655eb

%0
%65
%4
%4

Triadic Colors of #f655eb

#f655eb #ebf655 #55ebf6

Analogous Colors of #f655eb

#f655eb #f6559b #b155f6

Monochromatic Colors of #f655eb

#f655eb

Complementary Color

#f655eb #55f660

#f655eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f655eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f655eb Color CSS Codes

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

#f655eb Text Font Color

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

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


#f655eb Background Color

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

This div background color is #f655eb


#f655eb Border Color

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

This div border color is #f655eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f655eb


Comments

No comments written yet.

Please login to write comment.