Color Hex Logo

#ff83cb Color Hex

#FF83CB
(255,131,203)
0 Favorites   0 Comments

Color spaces of #ff83cb

RGB 255131203
HSL0.901.000.76
HSV325°49°100°
CMYK 0.000.490.20   0.00
XYZ60.135841.804461.3995
Yxy41.80440.36820.2559
Hunter Lab64.656352.8714-11.0441
CIE-Lab70.735955.3799-15.6890

#ff83cb color RGB value is (255,131,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000011 11001011
Octal 377 203 313
Decimal 255 131 203
Hex FF 83 CB

RGB Percentages of Color #ff83cb

%43.29
%22.24
%34.47

CMYK Percentages of Color #ff83cb

%0
%49
%20
%0

Triadic Colors of #ff83cb

#ff83cb #cbff83 #83cbff

Analogous Colors of #ff83cb

#ff83cb #ff838d #f583ff

Monochromatic Colors of #ff83cb

#ff83cb

Complementary Color

#ff83cb #83ffb7

#ff83cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff83cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff83cb Color CSS Codes

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

#ff83cb Text Font Color

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

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


#ff83cb Background Color

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

This div background color is #ff83cb


#ff83cb Border Color

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

This div border color is #ff83cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff83cb


Comments

No comments written yet.

Please login to write comment.