Color Hex Logo

#fa7bed Color Hex

#FA7BED
(250,123,237)
0 Favorites   0 Comments

Color spaces of #fa7bed

RGB 250123237
HSL0.850.930.73
HSV306°51°98°
CMYK 0.000.510.05   0.02
XYZ61.793440.604384.7013
Yxy40.60430.33030.2170
Hunter Lab63.721561.5863-34.2057
CIE-Lab69.897862.9005-35.8392

#fa7bed color RGB value is (250,123,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111011 11101101
Octal 372 173 355
Decimal 250 123 237
Hex FA 7B ED

RGB Percentages of Color #fa7bed

%40.98
%20.16
%38.85

CMYK Percentages of Color #fa7bed

%0
%51
%5
%2

Triadic Colors of #fa7bed

#fa7bed #edfa7b #7bedfa

Analogous Colors of #fa7bed

#fa7bed #fa7bae #c87bfa

Monochromatic Colors of #fa7bed

#fa7bed

Complementary Color

#fa7bed #7bfa88

#fa7bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7bed Color CSS Codes

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

#fa7bed Text Font Color

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

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


#fa7bed Background Color

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

This div background color is #fa7bed


#fa7bed Border Color

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

This div border color is #fa7bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7bed

Related Colors


Comments

No comments written yet.

Please login to write comment.