Color Hex Logo

#fc6dca Color Hex

#FC6DCA
(252,109,202)
0 Favorites   0 Comments

Color spaces of #fc6dca

RGB 252109202
HSL0.890.960.71
HSV321°57°99°
CMYK 0.000.570.20   0.01
XYZ56.274235.897059.8399
Yxy35.89700.37020.2361
Hunter Lab59.914162.8061-17.2767
CIE-Lab66.441164.4997-21.6826

#fc6dca color RGB value is (252,109,202).

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

The process color (four color CMYK) of #fc6dca color hex is 0.00, 0.57, 0.20, 0.01. Web safe color of #fc6dca is #ff66cc. Color #fc6dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101101 11001010
Octal 374 155 312
Decimal 252 109 202
Hex FC 6D CA

RGB Percentages of Color #fc6dca

%44.76
%19.36
%35.88

CMYK Percentages of Color #fc6dca

%0
%57
%20
%1

Triadic Colors of #fc6dca

#fc6dca #cafc6d #6dcafc

Analogous Colors of #fc6dca

#fc6dca #fc6d83 #e76dfc

Monochromatic Colors of #fc6dca

#fc6dca

Complementary Color

#fc6dca #6dfc9f

#fc6dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6dca Color CSS Codes

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

#fc6dca Text Font Color

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

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


#fc6dca Background Color

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

This div background color is #fc6dca


#fc6dca Border Color

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

This div border color is #fc6dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6dca


Comments

No comments written yet.

Please login to write comment.