Color Hex Logo

#fc7bae Color Hex

#FC7BAE
(252,123,174)
0 Favorites   0 Comments

Color spaces of #fc7bae

RGB 252123174
HSL0.930.960.74
HSV336°51°99°
CMYK 0.000.510.31   0.01
XYZ54.867837.917444.4713
Yxy37.91740.39970.2763
Hunter Lab61.577151.29110.2844
CIE-Lab67.959754.4271-3.6314

#fc7bae color RGB value is (252,123,174).

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

The process color (four color CMYK) of #fc7bae color hex is 0.00, 0.51, 0.31, 0.01. Web safe color of #fc7bae is #ff6699. Color #fc7bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111011 10101110
Octal 374 173 256
Decimal 252 123 174
Hex FC 7B AE

RGB Percentages of Color #fc7bae

%45.90
%22.40
%31.69

CMYK Percentages of Color #fc7bae

%0
%51
%31
%1

Triadic Colors of #fc7bae

#fc7bae #aefc7b #7baefc

Analogous Colors of #fc7bae

#fc7bae #fc897b #fc7bef

Monochromatic Colors of #fc7bae

#fc7bae

Complementary Color

#fc7bae #7bfcc9

#fc7bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7bae Color CSS Codes

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

#fc7bae Text Font Color

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

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


#fc7bae Background Color

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

This div background color is #fc7bae


#fc7bae Border Color

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

This div border color is #fc7bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7bae


Comments

No comments written yet.

Please login to write comment.