Color Hex Logo

#fc3782 Color Hex

#FC3782
(252,55,130)
0 Favorites   0 Comments

Color spaces of #fc3782

RGB 25255130
HSL0.940.970.60
HSV337°78°99°
CMYK 0.000.780.48   0.01
XYZ45.540325.039523.5520
Yxy25.03950.48380.2660
Hunter Lab50.039574.88157.1217
CIE-Lab57.113976.10536.0019

#fc3782 color RGB value is (252,55,130).

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

The process color (four color CMYK) of #fc3782 color hex is 0.00, 0.78, 0.48, 0.01. Web safe color of #fc3782 is #ff3399. Color #fc3782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110111 10000010
Octal 374 67 202
Decimal 252 55 130
Hex FC 37 82

RGB Percentages of Color #fc3782

%57.67
%12.59
%29.75

CMYK Percentages of Color #fc3782

%0
%78
%48
%1

Triadic Colors of #fc3782

#fc3782 #82fc37 #3782fc

Analogous Colors of #fc3782

#fc3782 #fc4e37 #fc37e5

Monochromatic Colors of #fc3782

#fc3782

Complementary Color

#fc3782 #37fcb1

#fc3782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3782 Color CSS Codes

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

#fc3782 Text Font Color

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

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


#fc3782 Background Color

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

This div background color is #fc3782


#fc3782 Border Color

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

This div border color is #fc3782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3782


Comments

No comments written yet.

Please login to write comment.