Color Hex Logo

#ff40bb Color Hex

#FF40BB
(255,64,187)
0 Favorites   0 Comments

Color spaces of #ff40bb

RGB 25564187
HSL0.891.000.63
HSV321°75°100°
CMYK 0.000.750.27   0.00
XYZ52.043028.514649.7746
Yxy28.51460.39930.2188
Hunter Lab53.399180.5186-17.8863
CIE-Lab60.350879.9531-22.4287

#ff40bb color RGB value is (255,64,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 10111011
Octal 377 100 273
Decimal 255 64 187
Hex FF 40 BB

RGB Percentages of Color #ff40bb

%50.40
%12.65
%36.96

CMYK Percentages of Color #ff40bb

%0
%75
%27
%0

Triadic Colors of #ff40bb

#ff40bb #bbff40 #40bbff

Analogous Colors of #ff40bb

#ff40bb #ff405b #e440ff

Monochromatic Colors of #ff40bb

#ff40bb

Complementary Color

#ff40bb #40ff84

#ff40bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff40bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff40bb Color CSS Codes

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

#ff40bb Text Font Color

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

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


#ff40bb Background Color

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

This div background color is #ff40bb


#ff40bb Border Color

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

This div border color is #ff40bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff40bb

#ff40bb Color Palettes


Comments

No comments written yet.

Please login to write comment.