Color Hex Logo

#fb388c Color Hex

#FB388C
(251,56,140)
0 Favorites   0 Comments

Color spaces of #fb388c

RGB 25156140
HSL0.930.960.60
HSV334°78°98°
CMYK 0.000.780.44   0.02
XYZ45.931525.231027.2602
Yxy25.23100.46670.2564
Hunter Lab50.230575.31982.9845
CIE-Lab57.299876.42100.3260

#fb388c color RGB value is (251,56,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111000 10001100
Octal 373 70 214
Decimal 251 56 140
Hex FB 38 8C

RGB Percentages of Color #fb388c

%56.15
%12.53
%31.32

CMYK Percentages of Color #fb388c

%0
%78
%44
%2

Triadic Colors of #fb388c

#fb388c #8cfb38 #388cfb

Analogous Colors of #fb388c

#fb388c #fb4638 #fb38ee

Monochromatic Colors of #fb388c

#fb388c

Complementary Color

#fb388c #38fba7

#fb388c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb388c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb388c Color CSS Codes

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

#fb388c Text Font Color

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

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


#fb388c Background Color

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

This div background color is #fb388c


#fb388c Border Color

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

This div border color is #fb388c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,56,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 #fb388c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb388c

Related Colors


Comments

No comments written yet.

Please login to write comment.