Color Hex Logo

#fb338c Color Hex

#FB338C
(251,51,140)
0 Favorites   0 Comments

Color spaces of #fb338c

RGB 25151140
HSL0.930.960.59
HSV333°80°98°
CMYK 0.000.800.44   0.02
XYZ45.701124.770327.1834
Yxy24.77030.46800.2537
Hunter Lab49.769876.81062.4557
CIE-Lab56.850977.6987-0.3294

#fb338c color RGB value is (251,51,140).

#fb338c hex color red value is 251, green value is 51 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fb338c hue: 0.93 , saturation: 0.96 and the lightness value of fb338c is 0.59.

The process color (four color CMYK) of #fb338c color hex is 0.00, 0.80, 0.44, 0.02. Web safe color of #fb338c is #ff3399. Color #fb338c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110011 10001100
Octal 373 63 214
Decimal 251 51 140
Hex FB 33 8C

RGB Percentages of Color #fb338c

%56.79
%11.54
%31.67

CMYK Percentages of Color #fb338c

%0
%80
%44
%2

Triadic Colors of #fb338c

#fb338c #8cfb33 #338cfb

Analogous Colors of #fb338c

#fb338c #fb3e33 #fb33f0

Monochromatic Colors of #fb338c

#fb338c

Complementary Color

#fb338c #33fba2

#fb338c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb338c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb338c Color CSS Codes

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

#fb338c Text Font Color

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

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


#fb338c Background Color

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

This div background color is #fb338c


#fb338c Border Color

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

This div border color is #fb338c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb338c

Related Colors


Comments

No comments written yet.

Please login to write comment.