Color Hex Logo

#ff42fe Color Hex

#FF42FE
(255,66,254)
0 Favorites   0 Comments

Color spaces of #ff42fe

RGB 25566254
HSL0.831.000.63
HSV300°74°100°
CMYK 0.000.740.00   0.00
XYZ61.077632.312296.7837
Yxy32.31220.32120.1699
Hunter Lab56.843892.3182-61.1580
CIE-Lab63.600188.3668-55.0576

#ff42fe color RGB value is (255,66,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 11111110
Octal 377 102 376
Decimal 255 66 254
Hex FF 42 FE

RGB Percentages of Color #ff42fe

%44.35
%11.48
%44.17

CMYK Percentages of Color #ff42fe

%0
%74
%0
%0

Triadic Colors of #ff42fe

#ff42fe #feff42 #42feff

Analogous Colors of #ff42fe

#ff42fe #ff42a0 #a242ff

Monochromatic Colors of #ff42fe

#ff42fe

Complementary Color

#ff42fe #42ff43

#ff42fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff42fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff42fe Color CSS Codes

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

#ff42fe Text Font Color

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

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


#ff42fe Background Color

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

This div background color is #ff42fe


#ff42fe Border Color

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

This div border color is #ff42fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff42fe

Related Colors


Comments

No comments written yet.

Please login to write comment.