Color Hex Logo

#fc3452 Color Hex

#FC3452
(252,52,82)
0 Favorites   0 Comments

Color spaces of #fc3452

RGB 2525282
HSL0.980.970.60
HSV351°79°99°
CMYK 0.000.790.67   0.01
XYZ42.895923.760610.3080
Yxy23.76060.55730.3087
Hunter Lab48.744871.778121.5834
CIE-Lab55.847373.840232.7223

#fc3452 color RGB value is (252,52,82).

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

The process color (four color CMYK) of #fc3452 color hex is 0.00, 0.79, 0.67, 0.01. Web safe color of #fc3452 is #ff3366. Color #fc3452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110100 01010010
Octal 374 64 122
Decimal 252 52 82
Hex FC 34 52

RGB Percentages of Color #fc3452

%65.28
%13.47
%21.24

CMYK Percentages of Color #fc3452

%0
%79
%67
%1

Triadic Colors of #fc3452

#fc3452 #52fc34 #3452fc

Analogous Colors of #fc3452

#fc3452 #fc7a34 #fc34b6

Monochromatic Colors of #fc3452

#fc3452

Complementary Color

#fc3452 #34fcde

#fc3452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3452 Color CSS Codes

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

#fc3452 Text Font Color

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

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


#fc3452 Background Color

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

This div background color is #fc3452


#fc3452 Border Color

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

This div border color is #fc3452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3452

Related Colors


Comments

No comments written yet.

Please login to write comment.