Color Hex Logo

#ff83fb Color Hex

#FF83FB
(255,131,251)
0 Favorites   0 Comments

Color spaces of #ff83fb

RGB 255131251
HSL0.841.000.76
HSV302°49°100°
CMYK 0.000.490.02   0.00
XYZ66.768944.457696.3289
Yxy44.45760.32170.2142
Hunter Lab66.676562.0633-38.9839
CIE-Lab72.533362.8672-39.3538

#ff83fb color RGB value is (255,131,251).

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

The process color (four color CMYK) of #ff83fb color hex is 0.00, 0.49, 0.02, 0.00. Web safe color of #ff83fb is #ff99ff. Color #ff83fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000011 11111011
Octal 377 203 373
Decimal 255 131 251
Hex FF 83 FB

RGB Percentages of Color #ff83fb

%40.03
%20.57
%39.40

CMYK Percentages of Color #ff83fb

%0
%49
%2
%0

Triadic Colors of #ff83fb

#ff83fb #fbff83 #83fbff

Analogous Colors of #ff83fb

#ff83fb #ff83bd #c583ff

Monochromatic Colors of #ff83fb

#ff83fb

Complementary Color

#ff83fb #83ff87

#ff83fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff83fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff83fb Color CSS Codes

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

#ff83fb Text Font Color

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

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


#ff83fb Background Color

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

This div background color is #ff83fb


#ff83fb Border Color

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

This div border color is #ff83fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff83fb

Related Colors


Comments

No comments written yet.

Please login to write comment.