Color Hex Logo

#fc62ce Color Hex

#FC62CE
(252,98,206)
0 Favorites   0 Comments

Color spaces of #fc62ce

RGB 25298206
HSL0.880.960.69
HSV318°61°99°
CMYK 0.000.610.18   0.01
XYZ55.653133.887062.0001
Yxy33.88700.36720.2236
Hunter Lab58.212568.7799-22.3989
CIE-Lab64.872869.7096-26.3347

#fc62ce color RGB value is (252,98,206).

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

The process color (four color CMYK) of #fc62ce color hex is 0.00, 0.61, 0.18, 0.01. Web safe color of #fc62ce is #ff66cc. Color #fc62ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100010 11001110
Octal 374 142 316
Decimal 252 98 206
Hex FC 62 CE

RGB Percentages of Color #fc62ce

%45.32
%17.63
%37.05

CMYK Percentages of Color #fc62ce

%0
%61
%18
%1

Triadic Colors of #fc62ce

#fc62ce #cefc62 #62cefc

Analogous Colors of #fc62ce

#fc62ce #fc6281 #dd62fc

Monochromatic Colors of #fc62ce

#fc62ce

Complementary Color

#fc62ce #62fc90

#fc62ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc62ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc62ce Color CSS Codes

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

#fc62ce Text Font Color

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

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


#fc62ce Background Color

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

This div background color is #fc62ce


#fc62ce Border Color

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

This div border color is #fc62ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc62ce


Comments

No comments written yet.

Please login to write comment.