Color Hex Logo

#fa6cbe Color Hex

#FA6CBE
(250,108,190)
0 Favorites   0 Comments

Color spaces of #fa6cbe

RGB 250108190
HSL0.900.930.70
HSV325°57°98°
CMYK 0.000.570.24   0.02
XYZ54.081234.766852.5755
Yxy34.76680.38240.2458
Hunter Lab58.963460.5343-11.5924
CIE-Lab65.566762.7426-16.2731

#fa6cbe color RGB value is (250,108,190).

#fa6cbe hex color red value is 250, green value is 108 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fa6cbe hue: 0.90 , saturation: 0.93 and the lightness value of fa6cbe is 0.70.

The process color (four color CMYK) of #fa6cbe color hex is 0.00, 0.57, 0.24, 0.02. Web safe color of #fa6cbe is #ff66cc. Color #fa6cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101100 10111110
Octal 372 154 276
Decimal 250 108 190
Hex FA 6C BE

RGB Percentages of Color #fa6cbe

%45.62
%19.71
%34.67

CMYK Percentages of Color #fa6cbe

%0
%57
%24
%2

Triadic Colors of #fa6cbe

#fa6cbe #befa6c #6cbefa

Analogous Colors of #fa6cbe

#fa6cbe #fa6c77 #ef6cfa

Monochromatic Colors of #fa6cbe

#fa6cbe

Complementary Color

#fa6cbe #6cfaa8

#fa6cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6cbe Color CSS Codes

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

#fa6cbe Text Font Color

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

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


#fa6cbe Background Color

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

This div background color is #fa6cbe


#fa6cbe Border Color

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

This div border color is #fa6cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6cbe


Comments

No comments written yet.

Please login to write comment.