Color Hex Logo

#fb0198 Color Hex

#FB0198
(251,1,152)
0 Favorites   0 Comments

Color spaces of #fb0198

RGB 2511152
HSL0.900.990.49
HSV324°100°98°
CMYK 0.001.000.39   0.02
XYZ45.462022.797931.7101
Yxy22.79790.45480.2280
Hunter Lab47.747186.3996-5.9530
CIE-Lab54.863685.5806-10.3906

#fb0198 color RGB value is (251,1,152).

#fb0198 hex color red value is 251, green value is 1 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fb0198 hue: 0.90 , saturation: 0.99 and the lightness value of fb0198 is 0.49.

The process color (four color CMYK) of #fb0198 color hex is 0.00, 1.00, 0.39, 0.02. Web safe color of #fb0198 is #ff0099. Color #fb0198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000001 10011000
Octal 373 1 230
Decimal 251 1 152
Hex FB 1 98

RGB Percentages of Color #fb0198

%62.13
%0.25
%37.62

CMYK Percentages of Color #fb0198

%0
%100
%39
%2

Triadic Colors of #fb0198

#fb0198 #98fb01 #0198fb

Analogous Colors of #fb0198

#fb0198 #fb011b #e101fb

Monochromatic Colors of #fb0198

#fb0198

Complementary Color

#fb0198 #01fb64

#fb0198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0198 Color CSS Codes

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

#fb0198 Text Font Color

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

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


#fb0198 Background Color

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

This div background color is #fb0198


#fb0198 Border Color

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

This div border color is #fb0198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0198


Comments

No comments written yet.

Please login to write comment.