Color Hex Logo

#fd3fba Color Hex

#FD3FBA
(253,63,186)
0 Favorites   0 Comments

Color spaces of #fd3fba

RGB 25363186
HSL0.890.980.62
HSV321°75°99°
CMYK 0.000.750.26   0.01
XYZ51.148427.982849.1598
Yxy27.98280.39870.2181
Hunter Lab52.898880.0208-18.0701
CIE-Lab59.873279.6545-22.6152

#fd3fba color RGB value is (253,63,186).

#fd3fba hex color red value is 253, green value is 63 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fd3fba hue: 0.89 , saturation: 0.98 and the lightness value of fd3fba is 0.62.

The process color (four color CMYK) of #fd3fba color hex is 0.00, 0.75, 0.26, 0.01. Web safe color of #fd3fba is #ff33cc. Color #fd3fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111111 10111010
Octal 375 77 272
Decimal 253 63 186
Hex FD 3F BA

RGB Percentages of Color #fd3fba

%50.40
%12.55
%37.05

CMYK Percentages of Color #fd3fba

%0
%75
%26
%1

Triadic Colors of #fd3fba

#fd3fba #bafd3f #3fbafd

Analogous Colors of #fd3fba

#fd3fba #fd3f5b #e13ffd

Monochromatic Colors of #fd3fba

#fd3fba

Complementary Color

#fd3fba #3ffd82

#fd3fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3fba Color CSS Codes

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

#fd3fba Text Font Color

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

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


#fd3fba Background Color

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

This div background color is #fd3fba


#fd3fba Border Color

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

This div border color is #fd3fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3fba

Related Colors


Comments

No comments written yet.

Please login to write comment.