Color Hex Logo

#f155ae Color Hex

#F155AE
(241,85,174)
0 Favorites   0 Comments

Color spaces of #f155ae

RGB 24185174
HSL0.900.850.64
HSV326°65°95°
CMYK 0.000.650.28   0.05
XYZ47.164128.253843.0121
Yxy28.25380.39820.2386
Hunter Lab53.154365.3640-10.7691
CIE-Lab60.117367.7553-15.5117

#f155ae color RGB value is (241,85,174).

#f155ae hex color red value is 241, green value is 85 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f155ae hue: 0.90 , saturation: 0.85 and the lightness value of f155ae is 0.64.

The process color (four color CMYK) of #f155ae color hex is 0.00, 0.65, 0.28, 0.05. Web safe color of #f155ae is #ff6699. Color #f155ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010101 10101110
Octal 361 125 256
Decimal 241 85 174
Hex F1 55 AE

RGB Percentages of Color #f155ae

%48.20
%17.00
%34.80

CMYK Percentages of Color #f155ae

%0
%65
%28
%5

Triadic Colors of #f155ae

#f155ae #aef155 #55aef1

Analogous Colors of #f155ae

#f155ae #f15560 #e655f1

Monochromatic Colors of #f155ae

#f155ae

Complementary Color

#f155ae #55f198

#f155ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f155ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f155ae Color CSS Codes

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

#f155ae Text Font Color

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

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


#f155ae Background Color

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

This div background color is #f155ae


#f155ae Border Color

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

This div border color is #f155ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,85,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 #f155ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f155ae


Comments

No comments written yet.

Please login to write comment.