Color Hex Logo

#ff5378 Color Hex

#FF5378
(255,83,120)
0 Favorites   0 Comments

Color spaces of #ff5378

RGB 25583120
HSL0.961.000.66
HSV347°67°100°
CMYK 0.000.670.53   0.00
XYZ47.723428.802620.8134
Yxy28.80260.49030.2959
Hunter Lab53.668164.809014.5739
CIE-Lab60.607067.203316.8709

#ff5378 color RGB value is (255,83,120).

#ff5378 hex color red value is 255, green value is 83 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ff5378 hue: 0.96 , saturation: 1.00 and the lightness value of ff5378 is 0.66.

The process color (four color CMYK) of #ff5378 color hex is 0.00, 0.67, 0.53, 0.00. Web safe color of #ff5378 is #ff6666. Color #ff5378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 01111000
Octal 377 123 170
Decimal 255 83 120
Hex FF 53 78

RGB Percentages of Color #ff5378

%55.68
%18.12
%26.20

CMYK Percentages of Color #ff5378

%0
%67
%53
%0

Triadic Colors of #ff5378

#ff5378 #78ff53 #5378ff

Analogous Colors of #ff5378

#ff5378 #ff8453 #ff53ce

Monochromatic Colors of #ff5378

#ff5378

Complementary Color

#ff5378 #53ffda

#ff5378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5378 Color CSS Codes

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

#ff5378 Text Font Color

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

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


#ff5378 Background Color

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

This div background color is #ff5378


#ff5378 Border Color

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

This div border color is #ff5378


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,83,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5378

Related Colors


Comments

No comments written yet.

Please login to write comment.