Color Hex Logo

#fb64cb Color Hex

#FB64CB
(251,100,203)
0 Favorites   0 Comments

Color spaces of #fb64cb

RGB 251100203
HSL0.890.950.69
HSV319°60°98°
CMYK 0.000.600.19   0.02
XYZ55.120333.935460.1449
Yxy33.93540.36940.2274
Hunter Lab58.254166.9529-20.4366
CIE-Lab64.911368.2046-24.5982

#fb64cb color RGB value is (251,100,203).

#fb64cb hex color red value is 251, green value is 100 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fb64cb hue: 0.89 , saturation: 0.95 and the lightness value of fb64cb is 0.69.

The process color (four color CMYK) of #fb64cb color hex is 0.00, 0.60, 0.19, 0.02. Web safe color of #fb64cb is #ff66cc. Color #fb64cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100100 11001011
Octal 373 144 313
Decimal 251 100 203
Hex FB 64 CB

RGB Percentages of Color #fb64cb

%45.31
%18.05
%36.64

CMYK Percentages of Color #fb64cb

%0
%60
%19
%2

Triadic Colors of #fb64cb

#fb64cb #cbfb64 #64cbfb

Analogous Colors of #fb64cb

#fb64cb #fb6480 #e064fb

Monochromatic Colors of #fb64cb

#fb64cb

Complementary Color

#fb64cb #64fb94

#fb64cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb64cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb64cb Color CSS Codes

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

#fb64cb Text Font Color

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

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


#fb64cb Background Color

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

This div background color is #fb64cb


#fb64cb Border Color

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

This div border color is #fb64cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,100,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 #fb64cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb64cb


Comments

No comments written yet.

Please login to write comment.