Color Hex Logo

#fc6768 Color Hex

#FC6768
(252,103,104)
0 Favorites   0 Comments

Color spaces of #fc6768

RGB 252103104
HSL1.000.960.70
HSV360°59°99°
CMYK 0.000.590.59   0.01
XYZ47.493831.395416.6534
Yxy31.39540.49710.3286
Hunter Lab56.031653.245821.6003
CIE-Lab62.840056.940028.9736

#fc6768 color RGB value is (252,103,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100111 01101000
Octal 374 147 150
Decimal 252 103 104
Hex FC 67 68

RGB Percentages of Color #fc6768

%54.90
%22.44
%22.66

CMYK Percentages of Color #fc6768

%0
%59
%59
%1

Triadic Colors of #fc6768

#fc6768 #68fc67 #6768fc

Analogous Colors of #fc6768

#fc6768 #fcb167 #fc67b3

Monochromatic Colors of #fc6768

#fc6768

Complementary Color

#fc6768 #67fcfb

#fc6768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6768 Color CSS Codes

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

#fc6768 Text Font Color

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

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


#fc6768 Background Color

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

This div background color is #fc6768


#fc6768 Border Color

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

This div border color is #fc6768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6768


Comments

No comments written yet.

Please login to write comment.