Color Hex Logo

#fb83cd Color Hex

#FB83CD
(251,131,205)
0 Favorites   0 Comments

Color spaces of #fb83cd

RGB 251131205
HSL0.900.940.75
HSV323°48°98°
CMYK 0.000.480.18   0.02
XYZ58.919441.149662.5949
Yxy41.14960.36220.2530
Hunter Lab64.148051.6920-12.9510
CIE-Lab70.280654.4283-17.5393

#fb83cd color RGB value is (251,131,205).

#fb83cd hex color red value is 251, green value is 131 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fb83cd hue: 0.90 , saturation: 0.94 and the lightness value of fb83cd is 0.75.

The process color (four color CMYK) of #fb83cd color hex is 0.00, 0.48, 0.18, 0.02. Web safe color of #fb83cd is #ff99cc. Color #fb83cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000011 11001101
Octal 373 203 315
Decimal 251 131 205
Hex FB 83 CD

RGB Percentages of Color #fb83cd

%42.76
%22.32
%34.92

CMYK Percentages of Color #fb83cd

%0
%48
%18
%2

Triadic Colors of #fb83cd

#fb83cd #cdfb83 #83cdfb

Analogous Colors of #fb83cd

#fb83cd #fb8391 #ed83fb

Monochromatic Colors of #fb83cd

#fb83cd

Complementary Color

#fb83cd #83fbb1

#fb83cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb83cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb83cd Color CSS Codes

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

#fb83cd Text Font Color

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

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


#fb83cd Background Color

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

This div background color is #fb83cd


#fb83cd Border Color

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

This div border color is #fb83cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb83cd

Related Colors


Comments

No comments written yet.

Please login to write comment.