Color Hex Logo

#fc6093 Color Hex

#FC6093
(252,96,147)
0 Favorites   0 Comments

Color spaces of #fc6093

RGB 25296147
HSL0.950.960.68
HSV340°62°99°
CMYK 0.000.620.42   0.01
XYZ49.594231.167831.0058
Yxy31.16780.44370.2789
Hunter Lab55.828160.86906.1512
CIE-Lab62.649063.52794.0215

#fc6093 color RGB value is (252,96,147).

#fc6093 hex color red value is 252, green value is 96 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fc6093 hue: 0.95 , saturation: 0.96 and the lightness value of fc6093 is 0.68.

The process color (four color CMYK) of #fc6093 color hex is 0.00, 0.62, 0.42, 0.01. Web safe color of #fc6093 is #ff6699. Color #fc6093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 10010011
Octal 374 140 223
Decimal 252 96 147
Hex FC 60 93

RGB Percentages of Color #fc6093

%50.91
%19.39
%29.70

CMYK Percentages of Color #fc6093

%0
%62
%42
%1

Triadic Colors of #fc6093

#fc6093 #93fc60 #6093fc

Analogous Colors of #fc6093

#fc6093 #fc7b60 #fc60e1

Monochromatic Colors of #fc6093

#fc6093

Complementary Color

#fc6093 #60fcc9

#fc6093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6093 Color CSS Codes

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

#fc6093 Text Font Color

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

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


#fc6093 Background Color

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

This div background color is #fc6093


#fc6093 Border Color

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

This div border color is #fc6093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6093

Related Colors


Comments

No comments written yet.

Please login to write comment.