Color Hex Logo

#f1529b Color Hex

#F1529B
(241,82,155)
0 Favorites   0 Comments

Color spaces of #f1529b

RGB 24182155
HSL0.920.850.63
HSV332°66°95°
CMYK 0.000.660.36   0.05
XYZ45.209327.101933.8587
Yxy27.10190.42580.2553
Hunter Lab52.059563.9082-2.1197
CIE-Lab59.068566.7299-6.0697

#f1529b color RGB value is (241,82,155).

#f1529b hex color red value is 241, green value is 82 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f1529b hue: 0.92 , saturation: 0.85 and the lightness value of f1529b is 0.63.

The process color (four color CMYK) of #f1529b color hex is 0.00, 0.66, 0.36, 0.05. Web safe color of #f1529b is #ff6699. Color #f1529b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010010 10011011
Octal 361 122 233
Decimal 241 82 155
Hex F1 52 9B

RGB Percentages of Color #f1529b

%50.42
%17.15
%32.43

CMYK Percentages of Color #f1529b

%0
%66
%36
%5

Triadic Colors of #f1529b

#f1529b #9bf152 #529bf1

Analogous Colors of #f1529b

#f1529b #f15952 #f152eb

Monochromatic Colors of #f1529b

#f1529b

Complementary Color

#f1529b #52f1a8

#f1529b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1529b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1529b Color CSS Codes

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

#f1529b Text Font Color

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

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


#f1529b Background Color

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

This div background color is #f1529b


#f1529b Border Color

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

This div border color is #f1529b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,82,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1529b


Comments

No comments written yet.

Please login to write comment.