Color Hex Logo

#fc35ab Color Hex

#FC35AB
(252,53,171)
0 Favorites   0 Comments

Color spaces of #fc35ab

RGB 25253171
HSL0.900.970.60
HSV324°79°99°
CMYK 0.000.790.32   0.01
XYZ48.768726.181941.0113
Yxy26.18190.42060.2258
Hunter Lab51.168380.5847-11.7031
CIE-Lab58.209380.4188-16.4897

#fc35ab color RGB value is (252,53,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110101 10101011
Octal 374 65 253
Decimal 252 53 171
Hex FC 35 AB

RGB Percentages of Color #fc35ab

%52.94
%11.13
%35.92

CMYK Percentages of Color #fc35ab

%0
%79
%32
%1

Triadic Colors of #fc35ab

#fc35ab #abfc35 #35abfc

Analogous Colors of #fc35ab

#fc35ab #fc3547 #ea35fc

Monochromatic Colors of #fc35ab

#fc35ab

Complementary Color

#fc35ab #35fc86

#fc35ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc35ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc35ab Color CSS Codes

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

#fc35ab Text Font Color

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

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


#fc35ab Background Color

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

This div background color is #fc35ab


#fc35ab Border Color

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

This div border color is #fc35ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc35ab

Related Colors


Comments

No comments written yet.

Please login to write comment.