Color Hex Logo

#fc6bc1 Color Hex

#FC6BC1
(252,107,193)
0 Favorites   0 Comments

Color spaces of #fc6bc1

RGB 252107193
HSL0.900.960.70
HSV324°58°99°
CMYK 0.000.580.23   0.01
XYZ55.028235.061154.3192
Yxy35.06110.38110.2428
Hunter Lab59.212462.2647-12.9417
CIE-Lab65.796264.1578-17.5932

#fc6bc1 color RGB value is (252,107,193).

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

The process color (four color CMYK) of #fc6bc1 color hex is 0.00, 0.58, 0.23, 0.01. Web safe color of #fc6bc1 is #ff66cc. Color #fc6bc1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101011 11000001
Octal 374 153 301
Decimal 252 107 193
Hex FC 6B C1

RGB Percentages of Color #fc6bc1

%45.65
%19.38
%34.96

CMYK Percentages of Color #fc6bc1

%0
%58
%23
%1

Triadic Colors of #fc6bc1

#fc6bc1 #c1fc6b #6bc1fc

Analogous Colors of #fc6bc1

#fc6bc1 #fc6b79 #ef6bfc

Monochromatic Colors of #fc6bc1

#fc6bc1

Complementary Color

#fc6bc1 #6bfca6

#fc6bc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6bc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6bc1 Color CSS Codes

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

#fc6bc1 Text Font Color

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

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


#fc6bc1 Background Color

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

This div background color is #fc6bc1


#fc6bc1 Border Color

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

This div border color is #fc6bc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6bc1


Comments

No comments written yet.

Please login to write comment.