Color Hex Logo

#fc6793 Color Hex

#FC6793
(252,103,147)
0 Favorites   0 Comments

Color spaces of #fc6793

RGB 252103147
HSL0.950.960.70
HSV342°59°99°
CMYK 0.000.590.42   0.01
XYZ50.261632.502531.2283
Yxy32.50250.44090.2851
Hunter Lab57.011057.59877.4310
CIE-Lab63.756060.55405.6161

#fc6793 color RGB value is (252,103,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100111 10010011
Octal 374 147 223
Decimal 252 103 147
Hex FC 67 93

RGB Percentages of Color #fc6793

%50.20
%20.52
%29.28

CMYK Percentages of Color #fc6793

%0
%59
%42
%1

Triadic Colors of #fc6793

#fc6793 #93fc67 #6793fc

Analogous Colors of #fc6793

#fc6793 #fc8667 #fc67de

Monochromatic Colors of #fc6793

#fc6793

Complementary Color

#fc6793 #67fcd0

#fc6793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6793 Color CSS Codes

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

#fc6793 Text Font Color

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

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


#fc6793 Background Color

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

This div background color is #fc6793


#fc6793 Border Color

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

This div border color is #fc6793


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,103,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 #fc6793">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6793

Related Colors


Comments

No comments written yet.

Please login to write comment.