Color Hex Logo

#fb35ba Color Hex

#FB35BA
(251,53,186)
0 Favorites   0 Comments

Color spaces of #fb35ba

RGB 25153186
HSL0.890.960.60
HSV320°79°98°
CMYK 0.000.790.26   0.02
XYZ49.919726.600648.9577
Yxy26.60060.39780.2120
Hunter Lab51.575882.5109-20.1773
CIE-Lab58.602881.8473-24.5950

#fb35ba color RGB value is (251,53,186).

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

The process color (four color CMYK) of #fb35ba color hex is 0.00, 0.79, 0.26, 0.02. Web safe color of #fb35ba is #ff33cc. Color #fb35ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110101 10111010
Octal 373 65 272
Decimal 251 53 186
Hex FB 35 BA

RGB Percentages of Color #fb35ba

%51.22
%10.82
%37.96

CMYK Percentages of Color #fb35ba

%0
%79
%26
%2

Triadic Colors of #fb35ba

#fb35ba #bafb35 #35bafb

Analogous Colors of #fb35ba

#fb35ba #fb3557 #d935fb

Monochromatic Colors of #fb35ba

#fb35ba

Complementary Color

#fb35ba #35fb76

#fb35ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb35ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb35ba Color CSS Codes

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

#fb35ba Text Font Color

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

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


#fb35ba Background Color

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

This div background color is #fb35ba


#fb35ba Border Color

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

This div border color is #fb35ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb35ba


Comments

No comments written yet.

Please login to write comment.