Color Hex Logo

#fc35ca Color Hex

#FC35CA
(252,53,202)
0 Favorites   0 Comments

Color spaces of #fc35ca

RGB 25253202
HSL0.880.970.60
HSV315°79°99°
CMYK 0.000.790.20   0.01
XYZ52.078727.505958.4414
Yxy27.50590.37730.1993
Hunter Lab52.446185.4690-29.3554
CIE-Lab59.439783.9739-32.4678

#fc35ca color RGB value is (252,53,202).

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

The process color (four color CMYK) of #fc35ca color hex is 0.00, 0.79, 0.20, 0.01. Web safe color of #fc35ca is #ff33cc. Color #fc35ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110101 11001010
Octal 374 65 312
Decimal 252 53 202
Hex FC 35 CA

RGB Percentages of Color #fc35ca

%49.70
%10.45
%39.84

CMYK Percentages of Color #fc35ca

%0
%79
%20
%1

Triadic Colors of #fc35ca

#fc35ca #cafc35 #35cafc

Analogous Colors of #fc35ca

#fc35ca #fc3567 #cb35fc

Monochromatic Colors of #fc35ca

#fc35ca

Complementary Color

#fc35ca #35fc67

#fc35ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc35ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc35ca Color CSS Codes

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

#fc35ca Text Font Color

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

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


#fc35ca Background Color

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

This div background color is #fc35ca


#fc35ca Border Color

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

This div border color is #fc35ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc35ca


Comments

No comments written yet.

Please login to write comment.