Color Hex Logo

#fb41a5 Color Hex

#FB41A5
(251,65,165)
0 Favorites   0 Comments

Color spaces of #fb41a5

RGB 25165165
HSL0.910.960.62
HSV328°74°98°
CMYK 0.000.740.34   0.02
XYZ48.465527.006438.2557
Yxy27.00640.42620.2375
Hunter Lab51.967775.5272-7.2686
CIE-Lab58.980376.2645-11.8502

#fb41a5 color RGB value is (251,65,165).

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

The process color (four color CMYK) of #fb41a5 color hex is 0.00, 0.74, 0.34, 0.02. Web safe color of #fb41a5 is #ff3399. Color #fb41a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000001 10100101
Octal 373 101 245
Decimal 251 65 165
Hex FB 41 A5

RGB Percentages of Color #fb41a5

%52.18
%13.51
%34.30

CMYK Percentages of Color #fb41a5

%0
%74
%34
%2

Triadic Colors of #fb41a5

#fb41a5 #a5fb41 #41a5fb

Analogous Colors of #fb41a5

#fb41a5 #fb4148 #f441fb

Monochromatic Colors of #fb41a5

#fb41a5

Complementary Color

#fb41a5 #41fb97

#fb41a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb41a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb41a5 Color CSS Codes

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

#fb41a5 Text Font Color

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

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


#fb41a5 Background Color

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

This div background color is #fb41a5


#fb41a5 Border Color

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

This div border color is #fb41a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb41a5

Related Colors


Comments

No comments written yet.

Please login to write comment.