Color Hex Logo

#fb60cb Color Hex

#FB60CB
(251,96,203)
0 Favorites   0 Comments

Color spaces of #fb60cb

RGB 25196203
HSL0.880.950.68
HSV319°62°98°
CMYK 0.000.620.19   0.02
XYZ54.746033.186860.0202
Yxy33.18680.37000.2243
Hunter Lab57.608068.8181-21.4471
CIE-Lab64.311969.8422-25.5181

#fb60cb color RGB value is (251,96,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 11001011
Octal 373 140 313
Decimal 251 96 203
Hex FB 60 CB

RGB Percentages of Color #fb60cb

%45.64
%17.45
%36.91

CMYK Percentages of Color #fb60cb

%0
%62
%19
%2

Triadic Colors of #fb60cb

#fb60cb #cbfb60 #60cbfb

Analogous Colors of #fb60cb

#fb60cb #fb607e #de60fb

Monochromatic Colors of #fb60cb

#fb60cb

Complementary Color

#fb60cb #60fb90

#fb60cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb60cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb60cb Color CSS Codes

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

#fb60cb Text Font Color

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

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


#fb60cb Background Color

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

This div background color is #fb60cb


#fb60cb Border Color

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

This div border color is #fb60cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb60cb


Comments

No comments written yet.

Please login to write comment.