Color Hex Logo

#fb237d Color Hex

#FB237D
(251,35,125)
0 Favorites   0 Comments

Color spaces of #fb237d

RGB 25135125
HSL0.930.960.56
HSV335°86°98°
CMYK 0.000.860.50   0.02
XYZ44.086423.192021.5549
Yxy23.19200.49630.2611
Hunter Lab48.158179.13157.1733
CIE-Lab55.269679.84626.3161

#fb237d color RGB value is (251,35,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100011 01111101
Octal 373 43 175
Decimal 251 35 125
Hex FB 23 7D

RGB Percentages of Color #fb237d

%61.07
%8.52
%30.41

CMYK Percentages of Color #fb237d

%0
%86
%50
%2

Triadic Colors of #fb237d

#fb237d #7dfb23 #237dfb

Analogous Colors of #fb237d

#fb237d #fb3523 #fb23e9

Monochromatic Colors of #fb237d

#fb237d

Complementary Color

#fb237d #23fba1

#fb237d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb237d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb237d Color CSS Codes

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

#fb237d Text Font Color

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

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


#fb237d Background Color

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

This div background color is #fb237d


#fb237d Border Color

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

This div border color is #fb237d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb237d


Comments

No comments written yet.

Please login to write comment.