Color Hex Logo

#ff83bf Color Hex

#FF83BF
(255,131,191)
0 Favorites   0 Comments

Color spaces of #ff83bf

RGB 255131191
HSL0.921.000.76
HSV331°49°100°
CMYK 0.000.490.25   0.00
XYZ58.760341.254254.1561
Yxy41.25420.38110.2676
Hunter Lab64.229450.8992-5.0307
CIE-Lab70.353753.7294-9.5766

#ff83bf color RGB value is (255,131,191).

#ff83bf hex color red value is 255, green value is 131 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ff83bf hue: 0.92 , saturation: 1.00 and the lightness value of ff83bf is 0.76.

The process color (four color CMYK) of #ff83bf color hex is 0.00, 0.49, 0.25, 0.00. Web safe color of #ff83bf is #ff99cc. Color #ff83bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000011 10111111
Octal 377 203 277
Decimal 255 131 191
Hex FF 83 BF

RGB Percentages of Color #ff83bf

%44.19
%22.70
%33.10

CMYK Percentages of Color #ff83bf

%0
%49
%25
%0

Triadic Colors of #ff83bf

#ff83bf #bfff83 #83bfff

Analogous Colors of #ff83bf

#ff83bf #ff8583 #ff83fd

Monochromatic Colors of #ff83bf

#ff83bf

Complementary Color

#ff83bf #83ffc3

#ff83bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff83bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff83bf Color CSS Codes

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

#ff83bf Text Font Color

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

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


#ff83bf Background Color

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

This div background color is #ff83bf


#ff83bf Border Color

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

This div border color is #ff83bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,131,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff83bf

#ff83bf Color Palettes


Comments

No comments written yet.

Please login to write comment.