Color Hex Logo

#fd4fbe Color Hex

#FD4FBE
(253,79,190)
0 Favorites   0 Comments

Color spaces of #fd4fbe

RGB 25379190
HSL0.890.980.65
HSV322°69°99°
CMYK 0.000.690.25   0.01
XYZ52.598330.192351.7707
Yxy30.19230.39090.2244
Hunter Lab54.947574.7103-17.3989
CIE-Lab61.819875.0711-21.9286

#fd4fbe color RGB value is (253,79,190).

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

The process color (four color CMYK) of #fd4fbe color hex is 0.00, 0.69, 0.25, 0.01. Web safe color of #fd4fbe is #ff66cc. Color #fd4fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001111 10111110
Octal 375 117 276
Decimal 253 79 190
Hex FD 4F BE

RGB Percentages of Color #fd4fbe

%48.47
%15.13
%36.40

CMYK Percentages of Color #fd4fbe

%0
%69
%25
%1

Triadic Colors of #fd4fbe

#fd4fbe #befd4f #4fbefd

Analogous Colors of #fd4fbe

#fd4fbe #fd4f67 #e54ffd

Monochromatic Colors of #fd4fbe

#fd4fbe

Complementary Color

#fd4fbe #4ffd8e

#fd4fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4fbe Color CSS Codes

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

#fd4fbe Text Font Color

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

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


#fd4fbe Background Color

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

This div background color is #fd4fbe


#fd4fbe Border Color

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

This div border color is #fd4fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4fbe

Related Colors


Comments

No comments written yet.

Please login to write comment.