Color Hex Logo

#fc6eec Color Hex

#FC6EEC
(252,110,236)
0 Favorites   0 Comments

Color spaces of #fc6eec

RGB 252110236
HSL0.850.960.71
HSV307°56°99°
CMYK 0.000.560.06   0.01
XYZ60.861137.903483.4652
Yxy37.90340.33400.2080
Hunter Lab61.565768.7170-37.2839
CIE-Lab67.949469.1095-38.2994

#fc6eec color RGB value is (252,110,236).

#fc6eec hex color red value is 252, green value is 110 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fc6eec hue: 0.85 , saturation: 0.96 and the lightness value of fc6eec is 0.71.

The process color (four color CMYK) of #fc6eec color hex is 0.00, 0.56, 0.06, 0.01. Web safe color of #fc6eec is #ff66ff. Color #fc6eec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101110 11101100
Octal 374 156 354
Decimal 252 110 236
Hex FC 6E EC

RGB Percentages of Color #fc6eec

%42.14
%18.39
%39.46

CMYK Percentages of Color #fc6eec

%0
%56
%6
%1

Triadic Colors of #fc6eec

#fc6eec #ecfc6e #6eecfc

Analogous Colors of #fc6eec

#fc6eec #fc6ea5 #c56efc

Monochromatic Colors of #fc6eec

#fc6eec

Complementary Color

#fc6eec #6efc7e

#fc6eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6eec Color CSS Codes

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

#fc6eec Text Font Color

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

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


#fc6eec Background Color

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

This div background color is #fc6eec


#fc6eec Border Color

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

This div border color is #fc6eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6eec


Comments

No comments written yet.

Please login to write comment.