Color Hex Logo

#fc4682 Color Hex

#FC4682
(252,70,130)
0 Favorites   0 Comments

Color spaces of #fc4682

RGB 25270130
HSL0.950.970.63
HSV340°72°99°
CMYK 0.000.720.48   0.01
XYZ46.364326.687523.8266
Yxy26.68750.47860.2755
Hunter Lab51.659969.79718.8162
CIE-Lab58.684071.68348.2441

#fc4682 color RGB value is (252,70,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000110 10000010
Octal 374 106 202
Decimal 252 70 130
Hex FC 46 82

RGB Percentages of Color #fc4682

%55.75
%15.49
%28.76

CMYK Percentages of Color #fc4682

%0
%72
%48
%1

Triadic Colors of #fc4682

#fc4682 #82fc46 #4682fc

Analogous Colors of #fc4682

#fc4682 #fc6546 #fc46dd

Monochromatic Colors of #fc4682

#fc4682

Complementary Color

#fc4682 #46fcc0

#fc4682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4682 Color CSS Codes

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

#fc4682 Text Font Color

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

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


#fc4682 Background Color

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

This div background color is #fc4682


#fc4682 Border Color

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

This div border color is #fc4682


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,70,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 #fc4682">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4682

Related Colors


Comments

No comments written yet.

Please login to write comment.