Color Hex Logo

#ff377d Color Hex

#FF377D
(255,55,125)
0 Favorites   0 Comments

Color spaces of #ff377d

RGB 25555125
HSL0.941.000.61
HSV339°78°100°
CMYK 0.000.780.51   0.00
XYZ46.307925.473021.8781
Yxy25.47300.49440.2720
Hunter Lab50.470875.45339.6285
CIE-Lab57.533476.48309.6396

#ff377d color RGB value is (255,55,125).

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

The process color (four color CMYK) of #ff377d color hex is 0.00, 0.78, 0.51, 0.00. Web safe color of #ff377d is #ff3366. Color #ff377d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110111 01111101
Octal 377 67 175
Decimal 255 55 125
Hex FF 37 7D

RGB Percentages of Color #ff377d

%58.62
%12.64
%28.74

CMYK Percentages of Color #ff377d

%0
%78
%51
%0

Triadic Colors of #ff377d

#ff377d #7dff37 #377dff

Analogous Colors of #ff377d

#ff377d #ff5537 #ff37e1

Monochromatic Colors of #ff377d

#ff377d

Complementary Color

#ff377d #37ffb9

#ff377d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff377d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff377d Color CSS Codes

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

#ff377d Text Font Color

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

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


#ff377d Background Color

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

This div background color is #ff377d


#ff377d Border Color

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

This div border color is #ff377d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff377d

Related Colors


Comments

No comments written yet.

Please login to write comment.