Color Hex Logo

#ff3fbb Color Hex

#FF3FBB
(255,63,187)
0 Favorites   0 Comments

Color spaces of #ff3fbb

RGB 25563187
HSL0.891.000.62
HSV321°75°100°
CMYK 0.000.750.27   0.00
XYZ51.987128.402949.7560
Yxy28.40290.39950.2182
Hunter Lab53.294480.8564-18.0475
CIE-Lab60.251080.2369-22.5816

#ff3fbb color RGB value is (255,63,187).

#ff3fbb hex color red value is 255, green value is 63 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ff3fbb hue: 0.89 , saturation: 1.00 and the lightness value of ff3fbb is 0.62.

The process color (four color CMYK) of #ff3fbb color hex is 0.00, 0.75, 0.27, 0.00. Web safe color of #ff3fbb is #ff33cc. Color #ff3fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111111 10111011
Octal 377 77 273
Decimal 255 63 187
Hex FF 3F BB

RGB Percentages of Color #ff3fbb

%50.50
%12.48
%37.03

CMYK Percentages of Color #ff3fbb

%0
%75
%27
%0

Triadic Colors of #ff3fbb

#ff3fbb #bbff3f #3fbbff

Analogous Colors of #ff3fbb

#ff3fbb #ff3f5b #e33fff

Monochromatic Colors of #ff3fbb

#ff3fbb

Complementary Color

#ff3fbb #3fff83

#ff3fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff3fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff3fbb Color CSS Codes

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

#ff3fbb Text Font Color

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

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


#ff3fbb Background Color

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

This div background color is #ff3fbb


#ff3fbb Border Color

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

This div border color is #ff3fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff3fbb


Comments

No comments written yet.

Please login to write comment.