Color Hex Logo

#fb35be Color Hex

#FB35BE
(251,53,190)
0 Favorites   0 Comments

Color spaces of #fb35be

RGB 25153190
HSL0.880.960.60
HSV318°79°98°
CMYK 0.000.790.24   0.02
XYZ50.351026.773151.2291
Yxy26.77310.39230.2086
Hunter Lab51.742783.1491-22.4815
CIE-Lab58.763782.3122-26.6514

#fb35be color RGB value is (251,53,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110101 10111110
Octal 373 65 276
Decimal 251 53 190
Hex FB 35 BE

RGB Percentages of Color #fb35be

%50.81
%10.73
%38.46

CMYK Percentages of Color #fb35be

%0
%79
%24
%2

Triadic Colors of #fb35be

#fb35be #befb35 #35befb

Analogous Colors of #fb35be

#fb35be #fb355b #d535fb

Monochromatic Colors of #fb35be

#fb35be

Complementary Color

#fb35be #35fb72

#fb35be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb35be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb35be Color CSS Codes

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

#fb35be Text Font Color

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

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


#fb35be Background Color

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

This div background color is #fb35be


#fb35be Border Color

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

This div border color is #fb35be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb35be

Related Colors


Comments

No comments written yet.

Please login to write comment.