Color Hex Logo

#f55fae Color Hex

#F55FAE
(245,95,174)
0 Favorites   0 Comments

Color spaces of #f55fae

RGB 24595174
HSL0.910.880.67
HSV328°61°96°
CMYK 0.000.610.29   0.04
XYZ49.388430.652943.3579
Yxy30.65290.40020.2484
Hunter Lab55.365162.3421-7.6761
CIE-Lab62.213564.8476-12.2898

#f55fae color RGB value is (245,95,174).

#f55fae hex color red value is 245, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f55fae hue: 0.91 , saturation: 0.88 and the lightness value of f55fae is 0.67.

The process color (four color CMYK) of #f55fae color hex is 0.00, 0.61, 0.29, 0.04. Web safe color of #f55fae is #ff6699. Color #f55fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011111 10101110
Octal 365 137 256
Decimal 245 95 174
Hex F5 5F AE

RGB Percentages of Color #f55fae

%47.67
%18.48
%33.85

CMYK Percentages of Color #f55fae

%0
%61
%29
%4

Triadic Colors of #f55fae

#f55fae #aef55f #5faef5

Analogous Colors of #f55fae

#f55fae #f55f63 #f15ff5

Monochromatic Colors of #f55fae

#f55fae

Complementary Color

#f55fae #5ff5a6

#f55fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55fae Color CSS Codes

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

#f55fae Text Font Color

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

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


#f55fae Background Color

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

This div background color is #f55fae


#f55fae Border Color

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

This div border color is #f55fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55fae


Comments

No comments written yet.

Please login to write comment.