Color Hex Logo

#fe7bed Color Hex

#FE7BED
(254,123,237)
0 Favorites   0 Comments

Color spaces of #fe7bed

RGB 254123237
HSL0.850.980.74
HSV308°52°100°
CMYK 0.000.520.07   0.00
XYZ63.242141.351284.7691
Yxy41.35120.33400.2184
Hunter Lab64.304963.0163-33.1448
CIE-Lab70.421364.0029-34.9856

#fe7bed color RGB value is (254,123,237).

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

The process color (four color CMYK) of #fe7bed color hex is 0.00, 0.52, 0.07, 0.00. Web safe color of #fe7bed is #ff66ff. Color #fe7bed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111011 11101101
Octal 376 173 355
Decimal 254 123 237
Hex FE 7B ED

RGB Percentages of Color #fe7bed

%41.37
%20.03
%38.60

CMYK Percentages of Color #fe7bed

%0
%52
%7
%0

Triadic Colors of #fe7bed

#fe7bed #edfe7b #7bedfe

Analogous Colors of #fe7bed

#fe7bed #fe7bac #ce7bfe

Monochromatic Colors of #fe7bed

#fe7bed

Complementary Color

#fe7bed #7bfe8c

#fe7bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7bed Color CSS Codes

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

#fe7bed Text Font Color

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

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


#fe7bed Background Color

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

This div background color is #fe7bed


#fe7bed Border Color

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

This div border color is #fe7bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7bed

Related Colors


Comments

No comments written yet.

Please login to write comment.