Color Hex Logo

#fa3cbe Color Hex

#FA3CBE
(250,60,190)
0 Favorites   0 Comments

Color spaces of #fa3cbe

RGB 25060190
HSL0.890.950.61
HSV319°76°98°
CMYK 0.000.760.24   0.02
XYZ50.334527.273451.3266
Yxy27.27340.39040.2115
Hunter Lab52.223980.6500-21.7145
CIE-Lab59.226580.2731-25.9521

#fa3cbe color RGB value is (250,60,190).

#fa3cbe hex color red value is 250, green value is 60 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fa3cbe hue: 0.89 , saturation: 0.95 and the lightness value of fa3cbe is 0.61.

The process color (four color CMYK) of #fa3cbe color hex is 0.00, 0.76, 0.24, 0.02. Web safe color of #fa3cbe is #ff33cc. Color #fa3cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111100 10111110
Octal 372 74 276
Decimal 250 60 190
Hex FA 3C BE

RGB Percentages of Color #fa3cbe

%50.00
%12.00
%38.00

CMYK Percentages of Color #fa3cbe

%0
%76
%24
%2

Triadic Colors of #fa3cbe

#fa3cbe #befa3c #3cbefa

Analogous Colors of #fa3cbe

#fa3cbe #fa3c5f #d73cfa

Monochromatic Colors of #fa3cbe

#fa3cbe

Complementary Color

#fa3cbe #3cfa78

#fa3cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3cbe Color CSS Codes

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

#fa3cbe Text Font Color

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

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


#fa3cbe Background Color

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

This div background color is #fa3cbe


#fa3cbe Border Color

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

This div border color is #fa3cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,60,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 #fa3cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3cbe


Comments

No comments written yet.

Please login to write comment.