Color Hex Logo

#ff398e Color Hex

#FF398E
(255,57,142)
1 Favorites   0 Comments

Color spaces of #ff398e

RGB 25557142
HSL0.931.000.61
HSV334°78°100°
CMYK 0.000.780.44   0.00
XYZ47.585626.139228.1285
Yxy26.13920.46720.2566
Hunter Lab51.126576.66613.1687
CIE-Lab58.168977.32930.5002

#ff398e color RGB value is (255,57,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111001 10001110
Octal 377 71 216
Decimal 255 57 142
Hex FF 39 8E

RGB Percentages of Color #ff398e

%56.17
%12.56
%31.28

CMYK Percentages of Color #ff398e

%0
%78
%44
%0

Triadic Colors of #ff398e

#ff398e #8eff39 #398eff

Analogous Colors of #ff398e

#ff398e #ff4739 #ff39f1

Monochromatic Colors of #ff398e

#ff398e

Complementary Color

#ff398e #39ffaa

#ff398e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff398e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff398e Color CSS Codes

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

#ff398e Text Font Color

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

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


#ff398e Background Color

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

This div background color is #ff398e


#ff398e Border Color

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

This div border color is #ff398e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,57,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 #ff398e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff398e


Comments

No comments written yet.

Please login to write comment.