Color Hex Logo

#fc3ac3 Color Hex

#FC3AC3
(252,58,195)
0 Favorites   0 Comments

Color spaces of #fc3ac3

RGB 25258195
HSL0.880.970.61
HSV318°77°99°
CMYK 0.000.770.23   0.01
XYZ51.508327.661754.2542
Yxy27.66170.38600.2073
Hunter Lab52.594482.7737-24.3450
CIE-Lab59.581981.8619-28.2443

#fc3ac3 color RGB value is (252,58,195).

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

The process color (four color CMYK) of #fc3ac3 color hex is 0.00, 0.77, 0.23, 0.01. Web safe color of #fc3ac3 is #ff33cc. Color #fc3ac3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111010 11000011
Octal 374 72 303
Decimal 252 58 195
Hex FC 3A C3

RGB Percentages of Color #fc3ac3

%49.90
%11.49
%38.61

CMYK Percentages of Color #fc3ac3

%0
%77
%23
%1

Triadic Colors of #fc3ac3

#fc3ac3 #c3fc3a #3ac3fc

Analogous Colors of #fc3ac3

#fc3ac3 #fc3a62 #d43afc

Monochromatic Colors of #fc3ac3

#fc3ac3

Complementary Color

#fc3ac3 #3afc73

#fc3ac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3ac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3ac3 Color CSS Codes

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

#fc3ac3 Text Font Color

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

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


#fc3ac3 Background Color

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

This div background color is #fc3ac3


#fc3ac3 Border Color

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

This div border color is #fc3ac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3ac3


Comments

No comments written yet.

Please login to write comment.