Color Hex Logo

#fb37c1 Color Hex

#FB37C1
(251,55,193)
0 Favorites   0 Comments

Color spaces of #fb37c1

RGB 25155193
HSL0.880.960.60
HSV318°78°98°
CMYK 0.000.780.23   0.02
XYZ50.775527.091953.0052
Yxy27.09190.38800.2070
Hunter Lab52.049983.0423-23.9433
CIE-Lab59.059382.1719-27.9191

#fb37c1 color RGB value is (251,55,193).

#fb37c1 hex color red value is 251, green value is 55 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #fb37c1 hue: 0.88 , saturation: 0.96 and the lightness value of fb37c1 is 0.60.

The process color (four color CMYK) of #fb37c1 color hex is 0.00, 0.78, 0.23, 0.02. Web safe color of #fb37c1 is #ff33cc. Color #fb37c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110111 11000001
Octal 373 67 301
Decimal 251 55 193
Hex FB 37 C1

RGB Percentages of Color #fb37c1

%50.30
%11.02
%38.68

CMYK Percentages of Color #fb37c1

%0
%78
%23
%2

Triadic Colors of #fb37c1

#fb37c1 #c1fb37 #37c1fb

Analogous Colors of #fb37c1

#fb37c1 #fb375f #d337fb

Monochromatic Colors of #fb37c1

#fb37c1

Complementary Color

#fb37c1 #37fb71

#fb37c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb37c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb37c1 Color CSS Codes

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

#fb37c1 Text Font Color

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

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


#fb37c1 Background Color

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

This div background color is #fb37c1


#fb37c1 Border Color

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

This div border color is #fb37c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb37c1


Comments

No comments written yet.

Please login to write comment.