Color Hex Logo

#fe4cbf Color Hex

#FE4CBF
(254,76,191)
0 Favorites   0 Comments

Color spaces of #fe4cbf

RGB 25476191
HSL0.890.990.65
HSV321°70°100°
CMYK 0.000.700.25   0.00
XYZ52.861530.001352.2949
Yxy30.00130.39110.2220
Hunter Lab54.773476.4157-18.2657
CIE-Lab61.655376.4635-22.7372

#fe4cbf color RGB value is (254,76,191).

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

The process color (four color CMYK) of #fe4cbf color hex is 0.00, 0.70, 0.25, 0.00. Web safe color of #fe4cbf is #ff33cc. Color #fe4cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001100 10111111
Octal 376 114 277
Decimal 254 76 191
Hex FE 4C BF

RGB Percentages of Color #fe4cbf

%48.75
%14.59
%36.66

CMYK Percentages of Color #fe4cbf

%0
%70
%25
%0

Triadic Colors of #fe4cbf

#fe4cbf #bffe4c #4cbffe

Analogous Colors of #fe4cbf

#fe4cbf #fe4c66 #e44cfe

Monochromatic Colors of #fe4cbf

#fe4cbf

Complementary Color

#fe4cbf #4cfe8b

#fe4cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4cbf Color CSS Codes

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

#fe4cbf Text Font Color

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

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


#fe4cbf Background Color

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

This div background color is #fe4cbf


#fe4cbf Border Color

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

This div border color is #fe4cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4cbf

Related Colors


Comments

No comments written yet.

Please login to write comment.