Color Hex Logo

#f55eca Color Hex

#F55ECA
(245,94,202)
0 Favorites   0 Comments

Color spaces of #f55eca

RGB 24594202
HSL0.880.880.66
HSV317°62°96°
CMYK 0.000.620.18   0.04
XYZ52.319631.682259.2348
Yxy31.68220.36530.2212
Hunter Lab56.286967.4164-22.9943
CIE-Lab63.079468.9156-26.9247

#f55eca color RGB value is (245,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011110 11001010
Octal 365 136 312
Decimal 245 94 202
Hex F5 5E CA

RGB Percentages of Color #f55eca

%45.29
%17.38
%37.34

CMYK Percentages of Color #f55eca

%0
%62
%18
%4

Triadic Colors of #f55eca

#f55eca #caf55e #5ecaf5

Analogous Colors of #f55eca

#f55eca #f55e7f #d55ef5

Monochromatic Colors of #f55eca

#f55eca

Complementary Color

#f55eca #5ef589

#f55eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55eca Color CSS Codes

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

#f55eca Text Font Color

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

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


#f55eca Background Color

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

This div background color is #f55eca


#f55eca Border Color

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

This div border color is #f55eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55eca


Comments

No comments written yet.

Please login to write comment.