Color Hex Logo

#f55ece Color Hex

#F55ECE
(245,94,206)
0 Favorites   0 Comments

Color spaces of #f55ece

RGB 24594206
HSL0.880.880.66
HSV315°62°96°
CMYK 0.000.620.16   0.04
XYZ52.799531.874161.7620
Yxy31.87410.36060.2177
Hunter Lab56.457268.1356-25.3410
CIE-Lab63.238769.4779-28.9397

#f55ece color RGB value is (245,94,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011110 11001110
Octal 365 136 316
Decimal 245 94 206
Hex F5 5E CE

RGB Percentages of Color #f55ece

%44.95
%17.25
%37.80

CMYK Percentages of Color #f55ece

%0
%62
%16
%4

Triadic Colors of #f55ece

#f55ece #cef55e #5ecef5

Analogous Colors of #f55ece

#f55ece #f55e83 #d15ef5

Monochromatic Colors of #f55ece

#f55ece

Complementary Color

#f55ece #5ef585

#f55ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55ece Color CSS Codes

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

#f55ece Text Font Color

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

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


#f55ece Background Color

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

This div background color is #f55ece


#f55ece Border Color

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

This div border color is #f55ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55ece


Comments

No comments written yet.

Please login to write comment.