Color Hex Logo

#f55cec Color Hex

#F55CEC
(245,92,236)
0 Favorites   0 Comments

Color spaces of #f55cec

RGB 24592236
HSL0.840.880.66
HSV304°62°96°
CMYK 0.000.620.04   0.04
XYZ56.623733.122982.7658
Yxy33.12290.32820.1920
Hunter Lab57.552574.9024-44.9777
CIE-Lab64.260374.7673-44.1471

#f55cec color RGB value is (245,92,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011100 11101100
Octal 365 134 354
Decimal 245 92 236
Hex F5 5C EC

RGB Percentages of Color #f55cec

%42.76
%16.06
%41.19

CMYK Percentages of Color #f55cec

%0
%62
%4
%4

Triadic Colors of #f55cec

#f55cec #ecf55c #5cecf5

Analogous Colors of #f55cec

#f55cec #f55ca0 #b25cf5

Monochromatic Colors of #f55cec

#f55cec

Complementary Color

#f55cec #5cf565

#f55cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55cec Color CSS Codes

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

#f55cec Text Font Color

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

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


#f55cec Background Color

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

This div background color is #f55cec


#f55cec Border Color

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

This div border color is #f55cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55cec


Comments

No comments written yet.

Please login to write comment.