Color Hex Logo

#ff7ebf Color Hex

#FF7EBF
(255,126,191)
0 Favorites   0 Comments

Color spaces of #ff7ebf

RGB 255126191
HSL0.921.000.75
HSV330°51°100°
CMYK 0.000.510.25   0.00
XYZ58.104839.943353.9376
Yxy39.94330.38230.2628
Hunter Lab63.200753.5062-6.3596
CIE-Lab69.429156.1246-10.9572

#ff7ebf color RGB value is (255,126,191).

#ff7ebf hex color red value is 255, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ff7ebf hue: 0.92 , saturation: 1.00 and the lightness value of ff7ebf is 0.75.

The process color (four color CMYK) of #ff7ebf color hex is 0.00, 0.51, 0.25, 0.00. Web safe color of #ff7ebf is #ff66cc. Color #ff7ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111110 10111111
Octal 377 176 277
Decimal 255 126 191
Hex FF 7E BF

RGB Percentages of Color #ff7ebf

%44.58
%22.03
%33.39

CMYK Percentages of Color #ff7ebf

%0
%51
%25
%0

Triadic Colors of #ff7ebf

#ff7ebf #bfff7e #7ebfff

Analogous Colors of #ff7ebf

#ff7ebf #ff7e7f #ff7eff

Monochromatic Colors of #ff7ebf

#ff7ebf

Complementary Color

#ff7ebf #7effbe

#ff7ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7ebf Color CSS Codes

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

#ff7ebf Text Font Color

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

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


#ff7ebf Background Color

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

This div background color is #ff7ebf


#ff7ebf Border Color

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

This div border color is #ff7ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,126,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff7ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff7ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #ff7ebf;
  box-shadow:         1px 1px 3px 2px #ff7ebf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,126,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7ebf

Related Colors

#ff7ebf Color Palettes


Comments

No comments written yet.

Please login to write comment.