Color Hex Logo

#ff42bd Color Hex

#FF42BD
(255,66,189)
0 Favorites   0 Comments

Color spaces of #ff42bd

RGB 25566189
HSL0.891.000.63
HSV321°74°100°
CMYK 0.000.740.26   0.00
XYZ52.373528.830650.9486
Yxy28.83060.39630.2182
Hunter Lab53.694180.1450-18.6724
CIE-Lab60.631879.6059-23.1461

#ff42bd color RGB value is (255,66,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 10111101
Octal 377 102 275
Decimal 255 66 189
Hex FF 42 BD

RGB Percentages of Color #ff42bd

%50.00
%12.94
%37.06

CMYK Percentages of Color #ff42bd

%0
%74
%26
%0

Triadic Colors of #ff42bd

#ff42bd #bdff42 #42bdff

Analogous Colors of #ff42bd

#ff42bd #ff425e #e342ff

Monochromatic Colors of #ff42bd

#ff42bd

Complementary Color

#ff42bd #42ff84

#ff42bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff42bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff42bd Color CSS Codes

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

#ff42bd Text Font Color

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

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


#ff42bd Background Color

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

This div background color is #ff42bd


#ff42bd Border Color

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

This div border color is #ff42bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,66,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff42bd


Comments

No comments written yet.

Please login to write comment.