Color Hex Logo

#fc398b Color Hex

#FC398B
(252,57,139)
0 Favorites   0 Comments

Color spaces of #fc398b

RGB 25257139
HSL0.930.970.61
HSV335°77°99°
CMYK 0.000.770.45   0.01
XYZ46.268225.485826.9067
Yxy25.48580.46900.2583
Hunter Lab50.483575.24963.7380
CIE-Lab57.545776.31741.2973

#fc398b color RGB value is (252,57,139).

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

The process color (four color CMYK) of #fc398b color hex is 0.00, 0.77, 0.45, 0.01. Web safe color of #fc398b is #ff3399. Color #fc398b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111001 10001011
Octal 374 71 213
Decimal 252 57 139
Hex FC 39 8B

RGB Percentages of Color #fc398b

%56.25
%12.72
%31.03

CMYK Percentages of Color #fc398b

%0
%77
%45
%1

Triadic Colors of #fc398b

#fc398b #8bfc39 #398bfc

Analogous Colors of #fc398b

#fc398b #fc4839 #fc39ed

Monochromatic Colors of #fc398b

#fc398b

Complementary Color

#fc398b #39fcaa

#fc398b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc398b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc398b Color CSS Codes

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

#fc398b Text Font Color

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

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


#fc398b Background Color

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

This div background color is #fc398b


#fc398b Border Color

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

This div border color is #fc398b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,57,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc398b


Comments

No comments written yet.

Please login to write comment.