Color Hex Logo

#fb41cb Color Hex

#FB41CB
(251,65,203)
0 Favorites   0 Comments

Color spaces of #fb41cb

RGB 25165203
HSL0.880.960.62
HSV315°74°98°
CMYK 0.000.740.19   0.02
XYZ52.453428.601659.2560
Yxy28.60160.37380.2038
Hunter Lab53.480581.4812-28.2566
CIE-Lab60.428480.6911-31.5148

#fb41cb color RGB value is (251,65,203).

#fb41cb hex color red value is 251, green value is 65 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fb41cb hue: 0.88 , saturation: 0.96 and the lightness value of fb41cb is 0.62.

The process color (four color CMYK) of #fb41cb color hex is 0.00, 0.74, 0.19, 0.02. Web safe color of #fb41cb is #ff33cc. Color #fb41cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000001 11001011
Octal 373 101 313
Decimal 251 65 203
Hex FB 41 CB

RGB Percentages of Color #fb41cb

%48.36
%12.52
%39.11

CMYK Percentages of Color #fb41cb

%0
%74
%19
%2

Triadic Colors of #fb41cb

#fb41cb #cbfb41 #41cbfb

Analogous Colors of #fb41cb

#fb41cb #fb416e #ce41fb

Monochromatic Colors of #fb41cb

#fb41cb

Complementary Color

#fb41cb #41fb71

#fb41cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb41cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb41cb Color CSS Codes

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

#fb41cb Text Font Color

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

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


#fb41cb Background Color

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

This div background color is #fb41cb


#fb41cb Border Color

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

This div border color is #fb41cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb41cb


Comments

No comments written yet.

Please login to write comment.