Color Hex Logo

#fb5cdf Color Hex

#FB5CDF
(251,92,223)
0 Favorites   0 Comments

Color spaces of #fb5cdf

RGB 25192223
HSL0.860.950.67
HSV311°63°98°
CMYK 0.000.630.11   0.02
XYZ56.930133.491273.2759
Yxy33.49120.34780.2046
Hunter Lab57.871674.3208-34.5618
CIE-Lab64.556774.2473-36.3749

#fb5cdf color RGB value is (251,92,223).

#fb5cdf hex color red value is 251, green value is 92 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fb5cdf hue: 0.86 , saturation: 0.95 and the lightness value of fb5cdf is 0.67.

The process color (four color CMYK) of #fb5cdf color hex is 0.00, 0.63, 0.11, 0.02. Web safe color of #fb5cdf is #ff66cc. Color #fb5cdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011100 11011111
Octal 373 134 337
Decimal 251 92 223
Hex FB 5C DF

RGB Percentages of Color #fb5cdf

%44.35
%16.25
%39.40

CMYK Percentages of Color #fb5cdf

%0
%63
%11
%2

Triadic Colors of #fb5cdf

#fb5cdf #dffb5c #5cdffb

Analogous Colors of #fb5cdf

#fb5cdf #fb5c90 #c85cfb

Monochromatic Colors of #fb5cdf

#fb5cdf

Complementary Color

#fb5cdf #5cfb78

#fb5cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5cdf Color CSS Codes

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

#fb5cdf Text Font Color

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

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


#fb5cdf Background Color

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

This div background color is #fb5cdf


#fb5cdf Border Color

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

This div border color is #fb5cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5cdf


Comments

No comments written yet.

Please login to write comment.