Color Hex Logo

#fc7e67 Color Hex

#FC7E67
(252,126,103)
0 Favorites   0 Comments

Color spaces of #fc7e67

RGB 252126103
HSL0.030.960.70
HSV59°99°
CMYK 0.000.500.59   0.01
XYZ50.053936.596417.2576
Yxy36.59640.48170.3522
Hunter Lab60.495041.825825.4326
CIE-Lab66.973146.129534.8215

#fc7e67 color RGB value is (252,126,103).

#fc7e67 hex color red value is 252, green value is 126 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #fc7e67 hue: 0.03 , saturation: 0.96 and the lightness value of fc7e67 is 0.70.

The process color (four color CMYK) of #fc7e67 color hex is 0.00, 0.50, 0.59, 0.01. Web safe color of #fc7e67 is #ff6666. Color #fc7e67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111110 01100111
Octal 374 176 147
Decimal 252 126 103
Hex FC 7E 67

RGB Percentages of Color #fc7e67

%52.39
%26.20
%21.41

CMYK Percentages of Color #fc7e67

%0
%50
%59
%1

Triadic Colors of #fc7e67

#fc7e67 #67fc7e #7e67fc

Analogous Colors of #fc7e67

#fc7e67 #fcc967 #fc679b

Monochromatic Colors of #fc7e67

#fc7e67

Complementary Color

#fc7e67 #67e5fc

#fc7e67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7e67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7e67 Color CSS Codes

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

#fc7e67 Text Font Color

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

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


#fc7e67 Background Color

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

This div background color is #fc7e67


#fc7e67 Border Color

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

This div border color is #fc7e67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7e67

Related Colors


Comments

No comments written yet.

Please login to write comment.