Color Hex Logo

#fc0787 Color Hex

#FC0787
(252,7,135)
0 Favorites   0 Comments

Color spaces of #fc0787

RGB 2527135
HSL0.910.980.51
HSV329°97°99°
CMYK 0.000.970.46   0.01
XYZ44.594022.596724.9329
Yxy22.59670.48410.2453
Hunter Lab47.536084.26472.1772
CIE-Lab54.654583.9772-0.5405

#fc0787 color RGB value is (252,7,135).

#fc0787 hex color red value is 252, green value is 7 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #fc0787 hue: 0.91 , saturation: 0.98 and the lightness value of fc0787 is 0.51.

The process color (four color CMYK) of #fc0787 color hex is 0.00, 0.97, 0.46, 0.01. Web safe color of #fc0787 is #ff0099. Color #fc0787 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000111 10000111
Octal 374 7 207
Decimal 252 7 135
Hex FC 7 87

RGB Percentages of Color #fc0787

%63.96
%1.78
%34.26

CMYK Percentages of Color #fc0787

%0
%97
%46
%1

Triadic Colors of #fc0787

#fc0787 #87fc07 #0787fc

Analogous Colors of #fc0787

#fc0787 #fc070d #f707fc

Monochromatic Colors of #fc0787

#fc0787

Complementary Color

#fc0787 #07fc7c

#fc0787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0787 Color CSS Codes

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

#fc0787 Text Font Color

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

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


#fc0787 Background Color

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

This div background color is #fc0787


#fc0787 Border Color

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

This div border color is #fc0787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0787

Related Colors


Comments

No comments written yet.

Please login to write comment.