Color Hex Logo

#fd4c96 Color Hex

#FD4C96
(253,76,150)
0 Favorites   0 Comments

Color spaces of #fd4c96

RGB 25376150
HSL0.930.980.65
HSV335°70°99°
CMYK 0.000.700.41   0.01
XYZ48.597528.253531.7463
Yxy28.25350.44750.2602
Hunter Lab53.154070.17891.7968
CIE-Lab60.117171.7267-1.3833

#fd4c96 color RGB value is (253,76,150).

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

The process color (four color CMYK) of #fd4c96 color hex is 0.00, 0.70, 0.41, 0.01. Web safe color of #fd4c96 is #ff3399. Color #fd4c96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001100 10010110
Octal 375 114 226
Decimal 253 76 150
Hex FD 4C 96

RGB Percentages of Color #fd4c96

%52.82
%15.87
%31.32

CMYK Percentages of Color #fd4c96

%0
%70
%41
%1

Triadic Colors of #fd4c96

#fd4c96 #96fd4c #4c96fd

Analogous Colors of #fd4c96

#fd4c96 #fd5b4c #fd4cef

Monochromatic Colors of #fd4c96

#fd4c96

Complementary Color

#fd4c96 #4cfdb3

#fd4c96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4c96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4c96 Color CSS Codes

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

#fd4c96 Text Font Color

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

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


#fd4c96 Background Color

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

This div background color is #fd4c96


#fd4c96 Border Color

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

This div border color is #fd4c96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4c96

Related Colors


Comments

No comments written yet.

Please login to write comment.