Color Hex Logo

#fb23ad Color Hex

#FB23AD
(251,35,173)
0 Favorites   0 Comments

Color spaces of #fb23ad

RGB 25135173
HSL0.890.960.56
HSV322°86°98°
CMYK 0.000.860.31   0.02
XYZ47.927524.728441.7822
Yxy24.72840.41880.2161
Hunter Lab49.727785.0148-15.0073
CIE-Lab56.809884.1362-19.8020

#fb23ad color RGB value is (251,35,173).

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

The process color (four color CMYK) of #fb23ad color hex is 0.00, 0.86, 0.31, 0.02. Web safe color of #fb23ad is #ff3399. Color #fb23ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100011 10101101
Octal 373 43 255
Decimal 251 35 173
Hex FB 23 AD

RGB Percentages of Color #fb23ad

%54.68
%7.63
%37.69

CMYK Percentages of Color #fb23ad

%0
%86
%31
%2

Triadic Colors of #fb23ad

#fb23ad #adfb23 #23adfb

Analogous Colors of #fb23ad

#fb23ad #fb2341 #dd23fb

Monochromatic Colors of #fb23ad

#fb23ad

Complementary Color

#fb23ad #23fb71

#fb23ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb23ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb23ad Color CSS Codes

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

#fb23ad Text Font Color

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

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


#fb23ad Background Color

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

This div background color is #fb23ad


#fb23ad Border Color

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

This div border color is #fb23ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb23ad


Comments

No comments written yet.

Please login to write comment.