Color Hex Logo

#f55eea Color Hex

#F55EEA
(245,94,234)
0 Favorites   0 Comments

Color spaces of #f55eea

RGB 24594234
HSL0.850.880.66
HSV304°62°96°
CMYK 0.000.620.04   0.04
XYZ56.510233.358481.3023
Yxy33.35840.33010.1949
Hunter Lab57.756773.5733-43.0309
CIE-Lab64.450173.6681-42.7377

#f55eea color RGB value is (245,94,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011110 11101010
Octal 365 136 352
Decimal 245 94 234
Hex F5 5E EA

RGB Percentages of Color #f55eea

%42.76
%16.40
%40.84

CMYK Percentages of Color #f55eea

%0
%62
%4
%4

Triadic Colors of #f55eea

#f55eea #eaf55e #5eeaf5

Analogous Colors of #f55eea

#f55eea #f55e9f #b55ef5

Monochromatic Colors of #f55eea

#f55eea

Complementary Color

#f55eea #5ef569

#f55eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55eea Color CSS Codes

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

#f55eea Text Font Color

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

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


#f55eea Background Color

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

This div background color is #f55eea


#f55eea Border Color

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

This div border color is #f55eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55eea


Comments

No comments written yet.

Please login to write comment.