Color Hex Logo

#ff42bc Color Hex

#FF42BC
(255,66,188)
0 Favorites   0 Comments

Color spaces of #ff42bc

RGB 25566188
HSL0.891.000.63
HSV321°74°100°
CMYK 0.000.740.26   0.00
XYZ52.265328.787350.3788
Yxy28.78730.39770.2190
Hunter Lab53.653879.9865-18.1133
CIE-Lab60.593579.4889-22.6313

#ff42bc color RGB value is (255,66,188).

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

The process color (four color CMYK) of #ff42bc color hex is 0.00, 0.74, 0.26, 0.00. Web safe color of #ff42bc is #ff33cc. Color #ff42bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 10111100
Octal 377 102 274
Decimal 255 66 188
Hex FF 42 BC

RGB Percentages of Color #ff42bc

%50.10
%12.97
%36.94

CMYK Percentages of Color #ff42bc

%0
%74
%26
%0

Triadic Colors of #ff42bc

#ff42bc #bcff42 #42bcff

Analogous Colors of #ff42bc

#ff42bc #ff425d #e442ff

Monochromatic Colors of #ff42bc

#ff42bc

Complementary Color

#ff42bc #42ff85

#ff42bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff42bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff42bc Color CSS Codes

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

#ff42bc Text Font Color

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

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


#ff42bc Background Color

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

This div background color is #ff42bc


#ff42bc Border Color

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

This div border color is #ff42bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff42bc


Comments

No comments written yet.

Please login to write comment.