Color Hex Logo

#ff4c96 Color Hex

#FF4C96
(255,76,150)
0 Favorites   0 Comments

Color spaces of #ff4c96

RGB 25576150
HSL0.931.000.65
HSV335°70°100°
CMYK 0.000.700.41   0.00
XYZ49.329528.630931.7805
Yxy28.63090.44950.2609
Hunter Lab53.507870.92252.2407
CIE-Lab60.454572.2698-0.8491

#ff4c96 color RGB value is (255,76,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001100 10010110
Octal 377 114 226
Decimal 255 76 150
Hex FF 4C 96

RGB Percentages of Color #ff4c96

%53.01
%15.80
%31.19

CMYK Percentages of Color #ff4c96

%0
%70
%41
%0

Triadic Colors of #ff4c96

#ff4c96 #96ff4c #4c96ff

Analogous Colors of #ff4c96

#ff4c96 #ff5c4c #ff4cf0

Monochromatic Colors of #ff4c96

#ff4c96

Complementary Color

#ff4c96 #4cffb5

#ff4c96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff4c96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff4c96 Color CSS Codes

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

#ff4c96 Text Font Color

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

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


#ff4c96 Background Color

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

This div background color is #ff4c96


#ff4c96 Border Color

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

This div border color is #ff4c96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff4c96

Related Colors

#ff4c96 Color Palettes


Comments

No comments written yet.

Please login to write comment.