Color Hex Logo

#fe60bc Color Hex

#FE60BC
(254,96,188)
0 Favorites   0 Comments

Color spaces of #fe60bc

RGB 25496188
HSL0.900.990.69
HSV325°62°100°
CMYK 0.000.620.26   0.00
XYZ54.133033.067451.1065
Yxy33.06740.39140.2391
Hunter Lab57.504367.4028-12.4406
CIE-Lab64.215468.6993-17.1277

#fe60bc color RGB value is (254,96,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100000 10111100
Octal 376 140 274
Decimal 254 96 188
Hex FE 60 BC

RGB Percentages of Color #fe60bc

%47.21
%17.84
%34.94

CMYK Percentages of Color #fe60bc

%0
%62
%26
%0

Triadic Colors of #fe60bc

#fe60bc #bcfe60 #60bcfe

Analogous Colors of #fe60bc

#fe60bc #fe606d #f160fe

Monochromatic Colors of #fe60bc

#fe60bc

Complementary Color

#fe60bc #60fea2

#fe60bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe60bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe60bc Color CSS Codes

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

#fe60bc Text Font Color

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

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


#fe60bc Background Color

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

This div background color is #fe60bc


#fe60bc Border Color

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

This div border color is #fe60bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe60bc


Comments

No comments written yet.

Please login to write comment.