Color Hex Logo

#fe02bc Color Hex

#FE02BC
(254,2,188)
0 Favorites   0 Comments

Color spaces of #fe02bc

RGB 2542188
HSL0.880.990.50
HSV316°99°100°
CMYK 0.000.990.26   0.00
XYZ49.971924.745149.7194
Yxy24.74510.40160.1989
Hunter Lab49.744492.2634-24.4390
CIE-Lab56.826289.6456-28.4486

#fe02bc color RGB value is (254,2,188).

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

The process color (four color CMYK) of #fe02bc color hex is 0.00, 0.99, 0.26, 0.00. Web safe color of #fe02bc is #ff00cc. Color #fe02bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000010 10111100
Octal 376 2 274
Decimal 254 2 188
Hex FE 2 BC

RGB Percentages of Color #fe02bc

%57.21
%0.45
%42.34

CMYK Percentages of Color #fe02bc

%0
%99
%26
%0

Triadic Colors of #fe02bc

#fe02bc #bcfe02 #02bcfe

Analogous Colors of #fe02bc

#fe02bc #fe023e #c202fe

Monochromatic Colors of #fe02bc

#fe02bc

Complementary Color

#fe02bc #02fe44

#fe02bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe02bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe02bc Color CSS Codes

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

#fe02bc Text Font Color

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

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


#fe02bc Background Color

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

This div background color is #fe02bc


#fe02bc Border Color

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

This div border color is #fe02bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe02bc


Comments

No comments written yet.

Please login to write comment.