Color Hex Logo

#fb21ce Color Hex

#FB21CE
(251,33,206)
0 Favorites   0 Comments

Color spaces of #fb21ce

RGB 25133206
HSL0.870.960.56
HSV312°87°98°
CMYK 0.000.870.18   0.02
XYZ51.468126.053260.7086
Yxy26.05320.37230.1885
Hunter Lab51.042390.6649-34.7886
CIE-Lab58.087588.1970-36.8744

#fb21ce color RGB value is (251,33,206).

#fb21ce hex color red value is 251, green value is 33 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fb21ce hue: 0.87 , saturation: 0.96 and the lightness value of fb21ce is 0.56.

The process color (four color CMYK) of #fb21ce color hex is 0.00, 0.87, 0.18, 0.02. Web safe color of #fb21ce is #ff33cc. Color #fb21ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100001 11001110
Octal 373 41 316
Decimal 251 33 206
Hex FB 21 CE

RGB Percentages of Color #fb21ce

%51.22
%6.73
%42.04

CMYK Percentages of Color #fb21ce

%0
%87
%18
%2

Triadic Colors of #fb21ce

#fb21ce #cefb21 #21cefb

Analogous Colors of #fb21ce

#fb21ce #fb2161 #bb21fb

Monochromatic Colors of #fb21ce

#fb21ce

Complementary Color

#fb21ce #21fb4e

#fb21ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb21ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb21ce Color CSS Codes

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

#fb21ce Text Font Color

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

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


#fb21ce Background Color

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

This div background color is #fb21ce


#fb21ce Border Color

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

This div border color is #fb21ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb21ce


Comments

No comments written yet.

Please login to write comment.