Color Hex Logo

#fc37af Color Hex

#FC37AF
(252,55,175)
0 Favorites   0 Comments

Color spaces of #fc37af

RGB 25255175
HSL0.900.970.60
HSV323°78°99°
CMYK 0.000.780.31   0.01
XYZ49.248926.523043.0812
Yxy26.52300.41440.2232
Hunter Lab51.500580.5702-13.5469
CIE-Lab58.530280.3452-18.3267

#fc37af color RGB value is (252,55,175).

#fc37af hex color red value is 252, green value is 55 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fc37af hue: 0.90 , saturation: 0.97 and the lightness value of fc37af is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110111 10101111
Octal 374 67 257
Decimal 252 55 175
Hex FC 37 AF

RGB Percentages of Color #fc37af

%52.28
%11.41
%36.31

CMYK Percentages of Color #fc37af

%0
%78
%31
%1

Triadic Colors of #fc37af

#fc37af #affc37 #37affc

Analogous Colors of #fc37af

#fc37af #fc374d #e737fc

Monochromatic Colors of #fc37af

#fc37af

Complementary Color

#fc37af #37fc84

#fc37af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc37af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc37af Color CSS Codes

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

#fc37af Text Font Color

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

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


#fc37af Background Color

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

This div background color is #fc37af


#fc37af Border Color

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

This div border color is #fc37af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc37af


Comments

No comments written yet.

Please login to write comment.