Color Hex Logo

#ff4d96 Color Hex

#FF4D96
(255,77,150)
0 Favorites   0 Comments

Color spaces of #ff4d96

RGB 25577150
HSL0.931.000.65
HSV335°70°100°
CMYK 0.000.700.41   0.00
XYZ49.398928.769831.8037
Yxy28.76980.44920.2616
Hunter Lab53.637570.52882.3910
CIE-Lab60.577971.9260-0.6686

#ff4d96 color RGB value is (255,77,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001101 10010110
Octal 377 115 226
Decimal 255 77 150
Hex FF 4D 96

RGB Percentages of Color #ff4d96

%52.90
%15.98
%31.12

CMYK Percentages of Color #ff4d96

%0
%70
%41
%0

Triadic Colors of #ff4d96

#ff4d96 #96ff4d #4d96ff

Analogous Colors of #ff4d96

#ff4d96 #ff5d4d #ff4def

Monochromatic Colors of #ff4d96

#ff4d96

Complementary Color

#ff4d96 #4dffb6

#ff4d96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff4d96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff4d96 Color CSS Codes

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

#ff4d96 Text Font Color

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

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


#ff4d96 Background Color

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

This div background color is #ff4d96


#ff4d96 Border Color

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

This div border color is #ff4d96


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,77,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 #ff4d96">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff4d96

#ff4d96 Color Palettes


Comments

No comments written yet.

Please login to write comment.