Color Hex Logo

#f55fec Color Hex

#F55FEC
(245,95,236)
0 Favorites   0 Comments

Color spaces of #f55fec

RGB 24595236
HSL0.840.880.67
HSV304°61°96°
CMYK 0.000.610.04   0.04
XYZ56.888733.653082.8542
Yxy33.65300.32810.1941
Hunter Lab58.011273.5264-44.0728
CIE-Lab64.686273.5869-43.4778

#f55fec color RGB value is (245,95,236).

#f55fec hex color red value is 245, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f55fec hue: 0.84 , saturation: 0.88 and the lightness value of f55fec is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011111 11101100
Octal 365 137 354
Decimal 245 95 236
Hex F5 5F EC

RGB Percentages of Color #f55fec

%42.53
%16.49
%40.97

CMYK Percentages of Color #f55fec

%0
%61
%4
%4

Triadic Colors of #f55fec

#f55fec #ecf55f #5fecf5

Analogous Colors of #f55fec

#f55fec #f55fa1 #b35ff5

Monochromatic Colors of #f55fec

#f55fec

Complementary Color

#f55fec #5ff568

#f55fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55fec Color CSS Codes

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

#f55fec Text Font Color

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

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


#f55fec Background Color

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

This div background color is #f55fec


#f55fec Border Color

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

This div border color is #f55fec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,95,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55fec


Comments

No comments written yet.

Please login to write comment.