Color Hex Logo

#ff379e Color Hex

#FF379E
(255,55,158)
0 Favorites   0 Comments

Color spaces of #ff379e

RGB 25555158
HSL0.911.000.61
HSV329°78°100°
CMYK 0.000.780.38   0.00
XYZ48.777726.461034.8844
Yxy26.46100.44290.2403
Hunter Lab51.440379.2404-4.1996
CIE-Lab58.472179.3108-8.4527

#ff379e color RGB value is (255,55,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110111 10011110
Octal 377 67 236
Decimal 255 55 158
Hex FF 37 9E

RGB Percentages of Color #ff379e

%54.49
%11.75
%33.76

CMYK Percentages of Color #ff379e

%0
%78
%38
%0

Triadic Colors of #ff379e

#ff379e #9eff37 #379eff

Analogous Colors of #ff379e

#ff379e #ff373a #fc37ff

Monochromatic Colors of #ff379e

#ff379e

Complementary Color

#ff379e #37ff98

#ff379e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff379e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff379e Color CSS Codes

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

#ff379e Text Font Color

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

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


#ff379e Background Color

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

This div background color is #ff379e


#ff379e Border Color

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

This div border color is #ff379e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff379e

Related Colors


Comments

No comments written yet.

Please login to write comment.