Color Hex Logo

#fb236d Color Hex

#FB236D
(251,35,109)
0 Favorites   0 Comments

Color spaces of #fb236d

RGB 25135109
HSL0.940.960.56
HSV339°86°98°
CMYK 0.000.860.57   0.02
XYZ43.145022.815416.5978
Yxy22.81540.52260.2764
Hunter Lab47.765577.643712.8334
CIE-Lab54.881778.743315.3715

#fb236d color RGB value is (251,35,109).

#fb236d hex color red value is 251, green value is 35 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fb236d hue: 0.94 , saturation: 0.96 and the lightness value of fb236d is 0.56.

The process color (four color CMYK) of #fb236d color hex is 0.00, 0.86, 0.57, 0.02. Web safe color of #fb236d is #ff3366. Color #fb236d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100011 01101101
Octal 373 43 155
Decimal 251 35 109
Hex FB 23 6D

RGB Percentages of Color #fb236d

%63.54
%8.86
%27.59

CMYK Percentages of Color #fb236d

%0
%86
%57
%2

Triadic Colors of #fb236d

#fb236d #6dfb23 #236dfb

Analogous Colors of #fb236d

#fb236d #fb4523 #fb23d9

Monochromatic Colors of #fb236d

#fb236d

Complementary Color

#fb236d #23fbb1

#fb236d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb236d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb236d Color CSS Codes

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

#fb236d Text Font Color

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

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


#fb236d Background Color

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

This div background color is #fb236d


#fb236d Border Color

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

This div border color is #fb236d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb236d


Comments

No comments written yet.

Please login to write comment.