Color Hex Logo

#fa6bed Color Hex

#FA6BED
(250,107,237)
0 Favorites   0 Comments

Color spaces of #fa6bed

RGB 250107237
HSL0.850.930.70
HSV305°57°98°
CMYK 0.000.570.05   0.02
XYZ59.968136.953884.0929
Yxy36.95380.33130.2041
Hunter Lab60.789669.7058-39.4656
CIE-Lab67.242470.0387-39.9760

#fa6bed color RGB value is (250,107,237).

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

The process color (four color CMYK) of #fa6bed color hex is 0.00, 0.57, 0.05, 0.02. Web safe color of #fa6bed is #ff66ff. Color #fa6bed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101011 11101101
Octal 372 153 355
Decimal 250 107 237
Hex FA 6B ED

RGB Percentages of Color #fa6bed

%42.09
%18.01
%39.90

CMYK Percentages of Color #fa6bed

%0
%57
%5
%2

Triadic Colors of #fa6bed

#fa6bed #edfa6b #6bedfa

Analogous Colors of #fa6bed

#fa6bed #fa6ba6 #c06bfa

Monochromatic Colors of #fa6bed

#fa6bed

Complementary Color

#fa6bed #6bfa78

#fa6bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6bed Color CSS Codes

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

#fa6bed Text Font Color

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

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


#fa6bed Background Color

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

This div background color is #fa6bed


#fa6bed Border Color

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

This div border color is #fa6bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,107,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6bed

Related Colors


Comments

No comments written yet.

Please login to write comment.