Color Hex Logo

#fc075e Color Hex

#FC075E
(252,7,94)
0 Favorites   0 Comments

Color spaces of #fc075e

RGB 252794
HSL0.940.980.51
HSV339°97°99°
CMYK 0.000.970.63   0.01
XYZ42.241221.655612.5433
Yxy21.65560.55260.2833
Hunter Lab46.535680.590516.5937
CIE-Lab53.659781.308522.7877

#fc075e color RGB value is (252,7,94).

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

The process color (four color CMYK) of #fc075e color hex is 0.00, 0.97, 0.63, 0.01. Web safe color of #fc075e is #ff0066. Color #fc075e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000111 01011110
Octal 374 7 136
Decimal 252 7 94
Hex FC 7 5E

RGB Percentages of Color #fc075e

%71.39
%1.98
%26.63

CMYK Percentages of Color #fc075e

%0
%97
%63
%1

Triadic Colors of #fc075e

#fc075e #5efc07 #075efc

Analogous Colors of #fc075e

#fc075e #fc2a07 #fc07d9

Monochromatic Colors of #fc075e

#fc075e

Complementary Color

#fc075e #07fca5

#fc075e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc075e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc075e Color CSS Codes

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

#fc075e Text Font Color

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

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


#fc075e Background Color

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

This div background color is #fc075e


#fc075e Border Color

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

This div border color is #fc075e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc075e

Related Colors


Comments

No comments written yet.

Please login to write comment.