Color Hex Logo

#fd3fbf Color Hex

#FD3FBF
(253,63,191)
0 Favorites   0 Comments

Color spaces of #fd3fbf

RGB 25363191
HSL0.890.980.62
HSV320°75°99°
CMYK 0.000.750.25   0.01
XYZ51.689528.199252.0089
Yxy28.19920.39190.2138
Hunter Lab53.102980.8188-20.8965
CIE-Lab60.068380.2427-25.1875

#fd3fbf color RGB value is (253,63,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111111 10111111
Octal 375 77 277
Decimal 253 63 191
Hex FD 3F BF

RGB Percentages of Color #fd3fbf

%49.90
%12.43
%37.67

CMYK Percentages of Color #fd3fbf

%0
%75
%25
%1

Triadic Colors of #fd3fbf

#fd3fbf #bffd3f #3fbffd

Analogous Colors of #fd3fbf

#fd3fbf #fd3f60 #dc3ffd

Monochromatic Colors of #fd3fbf

#fd3fbf

Complementary Color

#fd3fbf #3ffd7d

#fd3fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3fbf Color CSS Codes

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

#fd3fbf Text Font Color

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

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


#fd3fbf Background Color

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

This div background color is #fd3fbf


#fd3fbf Border Color

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

This div border color is #fd3fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3fbf


Comments

No comments written yet.

Please login to write comment.