Color Hex Logo

#fc50be Color Hex

#FC50BE
(252,80,190)
0 Favorites   0 Comments

Color spaces of #fc50be

RGB 25280190
HSL0.890.970.65
HSV322°68°99°
CMYK 0.000.680.25   0.01
XYZ52.307830.150551.7779
Yxy30.15050.38970.2246
Hunter Lab54.909573.9509-17.4720
CIE-Lab61.783974.4688-21.9978

#fc50be color RGB value is (252,80,190).

#fc50be hex color red value is 252, green value is 80 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fc50be hue: 0.89 , saturation: 0.97 and the lightness value of fc50be is 0.65.

The process color (four color CMYK) of #fc50be color hex is 0.00, 0.68, 0.25, 0.01. Web safe color of #fc50be is #ff66cc. Color #fc50be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010000 10111110
Octal 374 120 276
Decimal 252 80 190
Hex FC 50 BE

RGB Percentages of Color #fc50be

%48.28
%15.33
%36.40

CMYK Percentages of Color #fc50be

%0
%68
%25
%1

Triadic Colors of #fc50be

#fc50be #befc50 #50befc

Analogous Colors of #fc50be

#fc50be #fc5068 #e450fc

Monochromatic Colors of #fc50be

#fc50be

Complementary Color

#fc50be #50fc8e

#fc50be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc50be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc50be Color CSS Codes

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

#fc50be Text Font Color

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

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


#fc50be Background Color

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

This div background color is #fc50be


#fc50be Border Color

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

This div border color is #fc50be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc50be

Related Colors


Comments

No comments written yet.

Please login to write comment.