Color Hex Logo

#fb65a8 Color Hex

#FB65A8
(251,101,168)
0 Favorites   0 Comments

Color spaces of #fb65a8

RGB 251101168
HSL0.930.950.69
HSV333°60°98°
CMYK 0.000.600.33   0.02
XYZ51.505232.643740.6320
Yxy32.64370.41280.2616
Hunter Lab57.134760.9268-2.1705
CIE-Lab63.871463.3645-6.2809

#fb65a8 color RGB value is (251,101,168).

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

The process color (four color CMYK) of #fb65a8 color hex is 0.00, 0.60, 0.33, 0.02. Web safe color of #fb65a8 is #ff6699. Color #fb65a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100101 10101000
Octal 373 145 250
Decimal 251 101 168
Hex FB 65 A8

RGB Percentages of Color #fb65a8

%48.27
%19.42
%32.31

CMYK Percentages of Color #fb65a8

%0
%60
%33
%2

Triadic Colors of #fb65a8

#fb65a8 #a8fb65 #65a8fb

Analogous Colors of #fb65a8

#fb65a8 #fb6d65 #fb65f3

Monochromatic Colors of #fb65a8

#fb65a8

Complementary Color

#fb65a8 #65fbb8

#fb65a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb65a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb65a8 Color CSS Codes

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

#fb65a8 Text Font Color

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

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


#fb65a8 Background Color

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

This div background color is #fb65a8


#fb65a8 Border Color

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

This div border color is #fb65a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb65a8

Related Colors


Comments

No comments written yet.

Please login to write comment.