Color Hex Logo

#fc7cba Color Hex

#FC7CBA
(252,124,186)
0 Favorites   0 Comments

Color spaces of #fc7cba

RGB 252124186
HSL0.920.960.74
HSV331°51°99°
CMYK 0.000.510.26   0.01
XYZ56.215538.655950.9528
Yxy38.65590.38550.2651
Hunter Lab62.173952.5894-5.0677
CIE-Lab68.501355.4738-9.5824

#fc7cba color RGB value is (252,124,186).

#fc7cba hex color red value is 252, green value is 124 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fc7cba hue: 0.92 , saturation: 0.96 and the lightness value of fc7cba is 0.74.

The process color (four color CMYK) of #fc7cba color hex is 0.00, 0.51, 0.26, 0.01. Web safe color of #fc7cba is #ff66cc. Color #fc7cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111100 10111010
Octal 374 174 272
Decimal 252 124 186
Hex FC 7C BA

RGB Percentages of Color #fc7cba

%44.84
%22.06
%33.10

CMYK Percentages of Color #fc7cba

%0
%51
%26
%1

Triadic Colors of #fc7cba

#fc7cba #bafc7c #7cbafc

Analogous Colors of #fc7cba

#fc7cba #fc7e7c #fc7cfa

Monochromatic Colors of #fc7cba

#fc7cba

Complementary Color

#fc7cba #7cfcbe

#fc7cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7cba Color CSS Codes

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

#fc7cba Text Font Color

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

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


#fc7cba Background Color

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

This div background color is #fc7cba


#fc7cba Border Color

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

This div border color is #fc7cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7cba

Related Colors


Comments

No comments written yet.

Please login to write comment.