Color Hex Logo

#ff389c Color Hex

#FF389C
(255,56,156)
0 Favorites   0 Comments

Color spaces of #ff389c

RGB 25556156
HSL0.921.000.61
HSV330°78°100°
CMYK 0.000.780.39   0.00
XYZ48.654926.488634.0009
Yxy26.48860.44580.2427
Hunter Lab51.467178.6793-3.1420
CIE-Lab58.498078.8630-7.2428

#ff389c color RGB value is (255,56,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111000 10011100
Octal 377 70 234
Decimal 255 56 156
Hex FF 38 9C

RGB Percentages of Color #ff389c

%54.60
%11.99
%33.40

CMYK Percentages of Color #ff389c

%0
%78
%39
%0

Triadic Colors of #ff389c

#ff389c #9cff38 #389cff

Analogous Colors of #ff389c

#ff389c #ff3839 #ff38ff

Monochromatic Colors of #ff389c

#ff389c

Complementary Color

#ff389c #38ff9b

#ff389c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff389c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff389c Color CSS Codes

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

#ff389c Text Font Color

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

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


#ff389c Background Color

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

This div background color is #ff389c


#ff389c Border Color

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

This div border color is #ff389c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff389c

#ff389c Color Palettes


Comments

No comments written yet.

Please login to write comment.