Color Hex Logo

#fb385d Color Hex

#FB385D
(251,56,93)
0 Favorites   0 Comments

Color spaces of #fb385d

RGB 2515693
HSL0.970.960.60
HSV349°78°98°
CMYK 0.000.780.63   0.02
XYZ43.173624.127912.7376
Yxy24.12790.53940.3015
Hunter Lab49.120270.930219.0093
CIE-Lab56.215673.078526.6946

#fb385d color RGB value is (251,56,93).

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

The process color (four color CMYK) of #fb385d color hex is 0.00, 0.78, 0.63, 0.02. Web safe color of #fb385d is #ff3366. Color #fb385d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111000 01011101
Octal 373 70 135
Decimal 251 56 93
Hex FB 38 5D

RGB Percentages of Color #fb385d

%62.75
%14.00
%23.25

CMYK Percentages of Color #fb385d

%0
%78
%63
%2

Triadic Colors of #fb385d

#fb385d #5dfb38 #385dfb

Analogous Colors of #fb385d

#fb385d #fb7538 #fb38bf

Monochromatic Colors of #fb385d

#fb385d

Complementary Color

#fb385d #38fbd6

#fb385d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb385d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb385d Color CSS Codes

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

#fb385d Text Font Color

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

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


#fb385d Background Color

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

This div background color is #fb385d


#fb385d Border Color

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

This div border color is #fb385d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb385d


Comments

No comments written yet.

Please login to write comment.