Color Hex Logo

#fb42ea Color Hex

#FB42EA
(251,66,234)
0 Favorites   0 Comments

Color spaces of #fb42ea

RGB 25166234
HSL0.850.960.62
HSV306°74°98°
CMYK 0.000.740.07   0.02
XYZ56.583230.346280.7170
Yxy30.34620.33750.1810
Hunter Lab55.087486.9440-48.3137
CIE-Lab61.951884.6175-46.6086

#fb42ea color RGB value is (251,66,234).

#fb42ea hex color red value is 251, green value is 66 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fb42ea hue: 0.85 , saturation: 0.96 and the lightness value of fb42ea is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000010 11101010
Octal 373 102 352
Decimal 251 66 234
Hex FB 42 EA

RGB Percentages of Color #fb42ea

%45.55
%11.98
%42.47

CMYK Percentages of Color #fb42ea

%0
%74
%7
%2

Triadic Colors of #fb42ea

#fb42ea #eafb42 #42eafb

Analogous Colors of #fb42ea

#fb42ea #fb428e #b042fb

Monochromatic Colors of #fb42ea

#fb42ea

Complementary Color

#fb42ea #42fb53

#fb42ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb42ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb42ea Color CSS Codes

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

#fb42ea Text Font Color

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

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


#fb42ea Background Color

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

This div background color is #fb42ea


#fb42ea Border Color

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

This div border color is #fb42ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb42ea


Comments

No comments written yet.

Please login to write comment.