Color Hex Logo

#f55aee Color Hex

#F55AEE
(245,90,238)
0 Favorites   0 Comments

Color spaces of #f55aee

RGB 24590238
HSL0.840.890.66
HSV303°63°96°
CMYK 0.000.630.03   0.04
XYZ56.745032.897984.2480
Yxy32.89790.32630.1892
Hunter Lab57.356776.2221-46.9380
CIE-Lab64.078275.8526-45.5443

#f55aee color RGB value is (245,90,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011010 11101110
Octal 365 132 356
Decimal 245 90 238
Hex F5 5A EE

RGB Percentages of Color #f55aee

%42.76
%15.71
%41.54

CMYK Percentages of Color #f55aee

%0
%63
%3
%4

Triadic Colors of #f55aee

#f55aee #eef55a #5aeef5

Analogous Colors of #f55aee

#f55aee #f55aa1 #af5af5

Monochromatic Colors of #f55aee

#f55aee

Complementary Color

#f55aee #5af561

#f55aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55aee Color CSS Codes

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

#f55aee Text Font Color

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

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


#f55aee Background Color

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

This div background color is #f55aee


#f55aee Border Color

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

This div border color is #f55aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55aee


Comments

No comments written yet.

Please login to write comment.