Color Hex Logo

#ff14bb Color Hex

#FF14BB
(255,20,187)
0 Favorites   0 Comments

Color spaces of #ff14bb

RGB 25520187
HSL0.881.000.54
HSV317°92°100°
CMYK 0.000.920.27   0.00
XYZ50.459825.348249.2469
Yxy25.34820.40350.2027
Hunter Lab50.347090.7927-22.7516
CIE-Lab57.413188.4249-26.9473

#ff14bb color RGB value is (255,20,187).

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

The process color (four color CMYK) of #ff14bb color hex is 0.00, 0.92, 0.27, 0.00. Web safe color of #ff14bb is #ff00cc. Color #ff14bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010100 10111011
Octal 377 24 273
Decimal 255 20 187
Hex FF 14 BB

RGB Percentages of Color #ff14bb

%55.19
%4.33
%40.48

CMYK Percentages of Color #ff14bb

%0
%92
%27
%0

Triadic Colors of #ff14bb

#ff14bb #bbff14 #14bbff

Analogous Colors of #ff14bb

#ff14bb #ff1446 #ce14ff

Monochromatic Colors of #ff14bb

#ff14bb

Complementary Color

#ff14bb #14ff58

#ff14bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff14bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff14bb Color CSS Codes

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

#ff14bb Text Font Color

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

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


#ff14bb Background Color

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

This div background color is #ff14bb


#ff14bb Border Color

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

This div border color is #ff14bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff14bb

Related Colors


Comments

No comments written yet.

Please login to write comment.