Color Hex Logo

#fb5fcd Color Hex

#FB5FCD
(251,95,205)
0 Favorites   0 Comments

Color spaces of #fb5fcd

RGB 25195205
HSL0.880.950.68
HSV318°62°98°
CMYK 0.000.620.18   0.02
XYZ54.895333.101461.2535
Yxy33.10140.36780.2218
Hunter Lab57.533869.6298-22.8496
CIE-Lab64.242970.5172-26.7526

#fb5fcd color RGB value is (251,95,205).

#fb5fcd hex color red value is 251, green value is 95 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fb5fcd hue: 0.88 , saturation: 0.95 and the lightness value of fb5fcd is 0.68.

The process color (four color CMYK) of #fb5fcd color hex is 0.00, 0.62, 0.18, 0.02. Web safe color of #fb5fcd is #ff66cc. Color #fb5fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011111 11001101
Octal 373 137 315
Decimal 251 95 205
Hex FB 5F CD

RGB Percentages of Color #fb5fcd

%45.55
%17.24
%37.21

CMYK Percentages of Color #fb5fcd

%0
%62
%18
%2

Triadic Colors of #fb5fcd

#fb5fcd #cdfb5f #5fcdfb

Analogous Colors of #fb5fcd

#fb5fcd #fb5f7f #db5ffb

Monochromatic Colors of #fb5fcd

#fb5fcd

Complementary Color

#fb5fcd #5ffb8d

#fb5fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5fcd Color CSS Codes

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

#fb5fcd Text Font Color

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

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


#fb5fcd Background Color

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

This div background color is #fb5fcd


#fb5fcd Border Color

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

This div border color is #fb5fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5fcd


Comments

No comments written yet.

Please login to write comment.