Color Hex Logo

#fa7beb Color Hex

#FA7BEB
(250,123,235)
0 Favorites   0 Comments

Color spaces of #fa7beb

RGB 250123235
HSL0.850.930.73
HSV307°51°98°
CMYK 0.000.510.06   0.02
XYZ61.502740.488183.1707
Yxy40.48810.33220.2187
Hunter Lab63.630361.1787-32.9564
CIE-Lab69.815862.5737-34.8659

#fa7beb color RGB value is (250,123,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111011 11101011
Octal 372 173 353
Decimal 250 123 235
Hex FA 7B EB

RGB Percentages of Color #fa7beb

%41.12
%20.23
%38.65

CMYK Percentages of Color #fa7beb

%0
%51
%6
%2

Triadic Colors of #fa7beb

#fa7beb #ebfa7b #7bebfa

Analogous Colors of #fa7beb

#fa7beb #fa7bac #ca7bfa

Monochromatic Colors of #fa7beb

#fa7beb

Complementary Color

#fa7beb #7bfa8a

#fa7beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7beb Color CSS Codes

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

#fa7beb Text Font Color

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

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


#fa7beb Background Color

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

This div background color is #fa7beb


#fa7beb Border Color

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

This div border color is #fa7beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7beb


Comments

No comments written yet.

Please login to write comment.