Color Hex Logo

#fc399b Color Hex

#FC399B
(252,57,155)
0 Favorites   0 Comments

Color spaces of #fc399b

RGB 25257155
HSL0.920.970.61
HSV330°77°99°
CMYK 0.000.770.38   0.01
XYZ47.524425.988333.5218
Yxy25.98830.44400.2428
Hunter Lab50.978777.1921-3.3019
CIE-Lab58.025977.7754-7.4163

#fc399b color RGB value is (252,57,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111001 10011011
Octal 374 71 233
Decimal 252 57 155
Hex FC 39 9B

RGB Percentages of Color #fc399b

%54.31
%12.28
%33.41

CMYK Percentages of Color #fc399b

%0
%77
%38
%1

Triadic Colors of #fc399b

#fc399b #9bfc39 #399bfc

Analogous Colors of #fc399b

#fc399b #fc393a #fc39fc

Monochromatic Colors of #fc399b

#fc399b

Complementary Color

#fc399b #39fc9a

#fc399b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc399b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc399b Color CSS Codes

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

#fc399b Text Font Color

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

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


#fc399b Background Color

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

This div background color is #fc399b


#fc399b Border Color

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

This div border color is #fc399b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc399b


Comments

No comments written yet.

Please login to write comment.