Color Hex Logo

#fd3fbc Color Hex

#FD3FBC
(253,63,188)
0 Favorites   0 Comments

Color spaces of #fd3fbc

RGB 25363188
HSL0.890.980.62
HSV321°75°99°
CMYK 0.000.750.26   0.01
XYZ51.362628.068550.2876
Yxy28.06850.39600.2164
Hunter Lab52.979780.3371-19.1914
CIE-Lab59.950679.8879-23.6463

#fd3fbc color RGB value is (253,63,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111111 10111100
Octal 375 77 274
Decimal 253 63 188
Hex FD 3F BC

RGB Percentages of Color #fd3fbc

%50.20
%12.50
%37.30

CMYK Percentages of Color #fd3fbc

%0
%75
%26
%1

Triadic Colors of #fd3fbc

#fd3fbc #bcfd3f #3fbcfd

Analogous Colors of #fd3fbc

#fd3fbc #fd3f5d #df3ffd

Monochromatic Colors of #fd3fbc

#fd3fbc

Complementary Color

#fd3fbc #3ffd80

#fd3fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3fbc Color CSS Codes

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

#fd3fbc Text Font Color

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

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


#fd3fbc Background Color

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

This div background color is #fd3fbc


#fd3fbc Border Color

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

This div border color is #fd3fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3fbc


Comments

No comments written yet.

Please login to write comment.