Color Hex Logo

#fd3b87 Color Hex

#FD3B87
(253,59,135)
0 Favorites   0 Comments

Color spaces of #fd3b87

RGB 25359135
HSL0.930.980.61
HSV336°77°99°
CMYK 0.000.770.47   0.01
XYZ46.445225.759825.4459
Yxy25.75980.47560.2638
Hunter Lab50.754174.52605.8025
CIE-Lab57.808375.68644.0638

#fd3b87 color RGB value is (253,59,135).

#fd3b87 hex color red value is 253, green value is 59 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #fd3b87 hue: 0.93 , saturation: 0.98 and the lightness value of fd3b87 is 0.61.

The process color (four color CMYK) of #fd3b87 color hex is 0.00, 0.77, 0.47, 0.01. Web safe color of #fd3b87 is #ff3399. Color #fd3b87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111011 10000111
Octal 375 73 207
Decimal 253 59 135
Hex FD 3B 87

RGB Percentages of Color #fd3b87

%56.60
%13.20
%30.20

CMYK Percentages of Color #fd3b87

%0
%77
%47
%1

Triadic Colors of #fd3b87

#fd3b87 #87fd3b #3b87fd

Analogous Colors of #fd3b87

#fd3b87 #fd503b #fd3be8

Monochromatic Colors of #fd3b87

#fd3b87

Complementary Color

#fd3b87 #3bfdb1

#fd3b87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3b87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3b87 Color CSS Codes

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

#fd3b87 Text Font Color

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

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


#fd3b87 Background Color

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

This div background color is #fd3b87


#fd3b87 Border Color

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

This div border color is #fd3b87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,59,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd3b87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd3b87;
  -webkit-box-shadow: 1px 1px 3px 2px #fd3b87;
  box-shadow:         1px 1px 3px 2px #fd3b87; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,59,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3b87

Related Colors


Comments

No comments written yet.

Please login to write comment.