Color Hex Logo

#fb13d2 Color Hex

#FB13D2
(251,19,210)
0 Favorites   0 Comments

Color spaces of #fb13d2

RGB 25119210
HSL0.860.970.53
HSV311°92°98°
CMYK 0.000.920.16   0.02
XYZ51.649425.628163.1973
Yxy25.62810.36770.1824
Hunter Lab50.624293.5225-38.5784
CIE-Lab57.682390.4213-39.7922

#fb13d2 color RGB value is (251,19,210).

#fb13d2 hex color red value is 251, green value is 19 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #fb13d2 hue: 0.86 , saturation: 0.97 and the lightness value of fb13d2 is 0.53.

The process color (four color CMYK) of #fb13d2 color hex is 0.00, 0.92, 0.16, 0.02. Web safe color of #fb13d2 is #ff00cc. Color #fb13d2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010011 11010010
Octal 373 23 322
Decimal 251 19 210
Hex FB 13 D2

RGB Percentages of Color #fb13d2

%52.29
%3.96
%43.75

CMYK Percentages of Color #fb13d2

%0
%92
%16
%2

Triadic Colors of #fb13d2

#fb13d2 #d2fb13 #13d2fb

Analogous Colors of #fb13d2

#fb13d2 #fb135e #b013fb

Monochromatic Colors of #fb13d2

#fb13d2

Complementary Color

#fb13d2 #13fb3c

#fb13d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb13d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb13d2 Color CSS Codes

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

#fb13d2 Text Font Color

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

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


#fb13d2 Background Color

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

This div background color is #fb13d2


#fb13d2 Border Color

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

This div border color is #fb13d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb13d2


Comments

No comments written yet.

Please login to write comment.