Color Hex Logo

#fe5fbc Color Hex

#FE5FBC
(254,95,188)
0 Favorites   0 Comments

Color spaces of #fe5fbc

RGB 25495188
HSL0.900.990.68
HSV325°63°100°
CMYK 0.000.630.26   0.00
XYZ54.042432.886151.0763
Yxy32.88610.39160.2383
Hunter Lab57.346467.8595-12.6649
CIE-Lab64.068669.1010-17.3503

#fe5fbc color RGB value is (254,95,188).

#fe5fbc hex color red value is 254, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fe5fbc hue: 0.90 , saturation: 0.99 and the lightness value of fe5fbc is 0.68.

The process color (four color CMYK) of #fe5fbc color hex is 0.00, 0.63, 0.26, 0.00. Web safe color of #fe5fbc is #ff66cc. Color #fe5fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011111 10111100
Octal 376 137 274
Decimal 254 95 188
Hex FE 5F BC

RGB Percentages of Color #fe5fbc

%47.30
%17.69
%35.01

CMYK Percentages of Color #fe5fbc

%0
%63
%26
%0

Triadic Colors of #fe5fbc

#fe5fbc #bcfe5f #5fbcfe

Analogous Colors of #fe5fbc

#fe5fbc #fe5f6d #f15ffe

Monochromatic Colors of #fe5fbc

#fe5fbc

Complementary Color

#fe5fbc #5ffea1

#fe5fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5fbc Color CSS Codes

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

#fe5fbc Text Font Color

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

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


#fe5fbc Background Color

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

This div background color is #fe5fbc


#fe5fbc Border Color

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

This div border color is #fe5fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5fbc

Related Colors


Comments

No comments written yet.

Please login to write comment.