Color Hex Logo

#ff4ebf Color Hex

#FF4EBF
(255,78,191)
0 Favorites   0 Comments

Color spaces of #ff4ebf

RGB 25578191
HSL0.891.000.65
HSV322°69°100°
CMYK 0.000.690.25   0.00
XYZ53.368430.470452.3588
Yxy30.47040.39180.2237
Hunter Lab55.200075.9772-17.5983
CIE-Lab62.058076.0380-22.1067

#ff4ebf color RGB value is (255,78,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001110 10111111
Octal 377 116 277
Decimal 255 78 191
Hex FF 4E BF

RGB Percentages of Color #ff4ebf

%48.66
%14.89
%36.45

CMYK Percentages of Color #ff4ebf

%0
%69
%25
%0

Triadic Colors of #ff4ebf

#ff4ebf #bfff4e #4ebfff

Analogous Colors of #ff4ebf

#ff4ebf #ff4e67 #e74eff

Monochromatic Colors of #ff4ebf

#ff4ebf

Complementary Color

#ff4ebf #4eff8e

#ff4ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff4ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff4ebf Color CSS Codes

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

#ff4ebf Text Font Color

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

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


#ff4ebf Background Color

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

This div background color is #ff4ebf


#ff4ebf Border Color

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

This div border color is #ff4ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff4ebf


Comments

No comments written yet.

Please login to write comment.