Color Hex Logo

#fd3fbd Color Hex

#FD3FBD
(253,63,189)
0 Favorites   0 Comments

Color spaces of #fd3fbd

RGB 25363189
HSL0.890.980.62
HSV320°75°99°
CMYK 0.000.750.25   0.01
XYZ51.470828.111850.8574
Yxy28.11180.39460.2155
Hunter Lab53.020680.4966-19.7567
CIE-Lab59.989680.0054-24.1607

#fd3fbd color RGB value is (253,63,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111111 10111101
Octal 375 77 275
Decimal 253 63 189
Hex FD 3F BD

RGB Percentages of Color #fd3fbd

%50.10
%12.48
%37.43

CMYK Percentages of Color #fd3fbd

%0
%75
%25
%1

Triadic Colors of #fd3fbd

#fd3fbd #bdfd3f #3fbdfd

Analogous Colors of #fd3fbd

#fd3fbd #fd3f5e #de3ffd

Monochromatic Colors of #fd3fbd

#fd3fbd

Complementary Color

#fd3fbd #3ffd7f

#fd3fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3fbd Color CSS Codes

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

#fd3fbd Text Font Color

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

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


#fd3fbd Background Color

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

This div background color is #fd3fbd


#fd3fbd Border Color

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

This div border color is #fd3fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3fbd


Comments

No comments written yet.

Please login to write comment.