Color Hex Logo

#fc35ac Color Hex

#FC35AC
(252,53,172)
0 Favorites   0 Comments

Color spaces of #fc35ac

RGB 25253172
HSL0.900.970.60
HSV324°79°99°
CMYK 0.000.790.32   0.01
XYZ48.864426.220241.5153
Yxy26.22020.41910.2249
Hunter Lab51.205780.7286-12.2258
CIE-Lab58.245580.5245-17.0166

#fc35ac color RGB value is (252,53,172).

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

The process color (four color CMYK) of #fc35ac color hex is 0.00, 0.79, 0.32, 0.01. Web safe color of #fc35ac is #ff3399. Color #fc35ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110101 10101100
Octal 374 65 254
Decimal 252 53 172
Hex FC 35 AC

RGB Percentages of Color #fc35ac

%52.83
%11.11
%36.06

CMYK Percentages of Color #fc35ac

%0
%79
%32
%1

Triadic Colors of #fc35ac

#fc35ac #acfc35 #35acfc

Analogous Colors of #fc35ac

#fc35ac #fc3549 #e935fc

Monochromatic Colors of #fc35ac

#fc35ac

Complementary Color

#fc35ac #35fc85

#fc35ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc35ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc35ac Color CSS Codes

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

#fc35ac Text Font Color

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

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


#fc35ac Background Color

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

This div background color is #fc35ac


#fc35ac Border Color

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

This div border color is #fc35ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc35ac


Comments

No comments written yet.

Please login to write comment.