Color Hex Logo

#fb3cbd Color Hex

#FB3CBD
(251,60,189)
0 Favorites   0 Comments

Color spaces of #fb3cbd

RGB 25160189
HSL0.890.960.61
HSV319°76°98°
CMYK 0.000.760.25   0.02
XYZ50.584827.415150.7696
Yxy27.41510.39280.2129
Hunter Lab52.359480.8211-20.8381
CIE-Lab59.356680.3819-25.1627

#fb3cbd color RGB value is (251,60,189).

#fb3cbd hex color red value is 251, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fb3cbd hue: 0.89 , saturation: 0.96 and the lightness value of fb3cbd is 0.61.

The process color (four color CMYK) of #fb3cbd color hex is 0.00, 0.76, 0.25, 0.02. Web safe color of #fb3cbd is #ff33cc. Color #fb3cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111100 10111101
Octal 373 74 275
Decimal 251 60 189
Hex FB 3C BD

RGB Percentages of Color #fb3cbd

%50.20
%12.00
%37.80

CMYK Percentages of Color #fb3cbd

%0
%76
%25
%2

Triadic Colors of #fb3cbd

#fb3cbd #bdfb3c #3cbdfb

Analogous Colors of #fb3cbd

#fb3cbd #fb3c5d #da3cfb

Monochromatic Colors of #fb3cbd

#fb3cbd

Complementary Color

#fb3cbd #3cfb7a

#fb3cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb3cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb3cbd Color CSS Codes

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

#fb3cbd Text Font Color

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

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


#fb3cbd Background Color

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

This div background color is #fb3cbd


#fb3cbd Border Color

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

This div border color is #fb3cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb3cbd

Related Colors


Comments

No comments written yet.

Please login to write comment.