Color Hex Logo

#fc65ec Color Hex

#FC65EC
(252,101,236)
0 Favorites   0 Comments

Color spaces of #fc65ec

RGB 252101236
HSL0.850.960.69
HSV306°60°99°
CMYK 0.000.600.06   0.01
XYZ59.938936.058983.1578
Yxy36.05890.33460.2013
Hunter Lab60.049173.0867-40.0723
CIE-Lab66.564972.8892-40.4614

#fc65ec color RGB value is (252,101,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100101 11101100
Octal 374 145 354
Decimal 252 101 236
Hex FC 65 EC

RGB Percentages of Color #fc65ec

%42.78
%17.15
%40.07

CMYK Percentages of Color #fc65ec

%0
%60
%6
%1

Triadic Colors of #fc65ec

#fc65ec #ecfc65 #65ecfc

Analogous Colors of #fc65ec

#fc65ec #fc65a1 #c165fc

Monochromatic Colors of #fc65ec

#fc65ec

Complementary Color

#fc65ec #65fc75

#fc65ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc65ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc65ec Color CSS Codes

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

#fc65ec Text Font Color

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

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


#fc65ec Background Color

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

This div background color is #fc65ec


#fc65ec Border Color

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

This div border color is #fc65ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc65ec


Comments

No comments written yet.

Please login to write comment.