Color Hex Logo

#f15abb Color Hex

#F15ABB
(241,90,187)
0 Favorites   0 Comments

Color spaces of #f15abb

RGB 24190187
HSL0.890.840.65
HSV321°63°95°
CMYK 0.000.630.22   0.05
XYZ48.901429.601050.1499
Yxy29.60100.38010.2301
Hunter Lab54.406865.2258-16.5663
CIE-Lab61.308467.4233-21.1639

#f15abb color RGB value is (241,90,187).

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

The process color (four color CMYK) of #f15abb color hex is 0.00, 0.63, 0.22, 0.05. Web safe color of #f15abb is #ff66cc. Color #f15abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011010 10111011
Octal 361 132 273
Decimal 241 90 187
Hex F1 5A BB

RGB Percentages of Color #f15abb

%46.53
%17.37
%36.10

CMYK Percentages of Color #f15abb

%0
%63
%22
%5

Triadic Colors of #f15abb

#f15abb #bbf15a #5abbf1

Analogous Colors of #f15abb

#f15abb #f15a70 #dc5af1

Monochromatic Colors of #f15abb

#f15abb

Complementary Color

#f15abb #5af190

#f15abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15abb Color CSS Codes

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

#f15abb Text Font Color

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

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


#f15abb Background Color

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

This div background color is #f15abb


#f15abb Border Color

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

This div border color is #f15abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15abb


Comments

No comments written yet.

Please login to write comment.