Color Hex Logo

#fe7bb2 Color Hex

#FE7BB2
(254,123,178)
0 Favorites   0 Comments

Color spaces of #fe7bb2

RGB 254123178
HSL0.930.980.74
HSV335°52°100°
CMYK 0.000.520.30   0.00
XYZ55.991938.451146.5902
Yxy38.45110.39700.2726
Hunter Lab62.009052.6636-1.1411
CIE-Lab68.351855.5610-5.2757

#fe7bb2 color RGB value is (254,123,178).

#fe7bb2 hex color red value is 254, green value is 123 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #fe7bb2 hue: 0.93 , saturation: 0.98 and the lightness value of fe7bb2 is 0.74.

The process color (four color CMYK) of #fe7bb2 color hex is 0.00, 0.52, 0.30, 0.00. Web safe color of #fe7bb2 is #ff6699. Color #fe7bb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111011 10110010
Octal 376 173 262
Decimal 254 123 178
Hex FE 7B B2

RGB Percentages of Color #fe7bb2

%45.77
%22.16
%32.07

CMYK Percentages of Color #fe7bb2

%0
%52
%30
%0

Triadic Colors of #fe7bb2

#fe7bb2 #b2fe7b #7bb2fe

Analogous Colors of #fe7bb2

#fe7bb2 #fe867b #fe7bf4

Monochromatic Colors of #fe7bb2

#fe7bb2

Complementary Color

#fe7bb2 #7bfec7

#fe7bb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7bb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7bb2 Color CSS Codes

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

#fe7bb2 Text Font Color

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

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


#fe7bb2 Background Color

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

This div background color is #fe7bb2


#fe7bb2 Border Color

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

This div border color is #fe7bb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7bb2


Comments

No comments written yet.

Please login to write comment.