Color Hex Logo

#ff378e Color Hex

#FF378E
(255,55,142)
0 Favorites   0 Comments

Color spaces of #ff378e

RGB 25555142
HSL0.931.000.61
HSV334°78°100°
CMYK 0.000.780.44   0.00
XYZ47.488725.945428.0962
Yxy25.94540.46770.2555
Hunter Lab50.936677.27812.9518
CIE-Lab57.985277.85170.2321

#ff378e color RGB value is (255,55,142).

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

The process color (four color CMYK) of #ff378e color hex is 0.00, 0.78, 0.44, 0.00. Web safe color of #ff378e is #ff3399. Color #ff378e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110111 10001110
Octal 377 67 216
Decimal 255 55 142
Hex FF 37 8E

RGB Percentages of Color #ff378e

%56.42
%12.17
%31.42

CMYK Percentages of Color #ff378e

%0
%78
%44
%0

Triadic Colors of #ff378e

#ff378e #8eff37 #378eff

Analogous Colors of #ff378e

#ff378e #ff4437 #ff37f2

Monochromatic Colors of #ff378e

#ff378e

Complementary Color

#ff378e #37ffa8

#ff378e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff378e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff378e Color CSS Codes

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

#ff378e Text Font Color

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

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


#ff378e Background Color

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

This div background color is #ff378e


#ff378e Border Color

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

This div border color is #ff378e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff378e

Related Colors


Comments

No comments written yet.

Please login to write comment.