Color Hex Logo

#f555eb Color Hex

#F555EB
(245,85,235)
0 Favorites   0 Comments

Color spaces of #f555eb

RGB 24585235
HSL0.840.890.65
HSV304°65°96°
CMYK 0.000.650.04   0.04
XYZ55.900131.907681.8098
Yxy31.90760.32960.1881
Hunter Lab56.486877.7940-46.3289
CIE-Lab63.266477.2514-45.1552

#f555eb color RGB value is (245,85,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010101 11101011
Octal 365 125 353
Decimal 245 85 235
Hex F5 55 EB

RGB Percentages of Color #f555eb

%43.36
%15.04
%41.59

CMYK Percentages of Color #f555eb

%0
%65
%4
%4

Triadic Colors of #f555eb

#f555eb #ebf555 #55ebf5

Analogous Colors of #f555eb

#f555eb #f5559b #af55f5

Monochromatic Colors of #f555eb

#f555eb

Complementary Color

#f555eb #55f55f

#f555eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f555eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f555eb Color CSS Codes

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

#f555eb Text Font Color

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

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


#f555eb Background Color

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

This div background color is #f555eb


#f555eb Border Color

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

This div border color is #f555eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f555eb


Comments

No comments written yet.

Please login to write comment.