Color Hex Logo

#f434fb Color Hex

#F434FB
(244,52,251)
0 Favorites   0 Comments

Color spaces of #f434fb

RGB 24452251
HSL0.830.960.59
HSV298°79°98°
CMYK 0.030.790.00   0.02
XYZ55.948828.654193.8488
Yxy28.65410.31350.1606
Hunter Lab53.529592.8907-66.4775
CIE-Lab60.475189.4045-58.4817

#f434fb color RGB value is (244,52,251).

#f434fb hex color red value is 244, green value is 52 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f434fb hue: 0.83 , saturation: 0.96 and the lightness value of f434fb is 0.59.

The process color (four color CMYK) of #f434fb color hex is 0.03, 0.79, 0.00, 0.02. Web safe color of #f434fb is #ff33ff. Color #f434fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110100 11111011
Octal 364 64 373
Decimal 244 52 251
Hex F4 34 FB

RGB Percentages of Color #f434fb

%44.61
%9.51
%45.89

CMYK Percentages of Color #f434fb

%3
%79
%0
%2

Triadic Colors of #f434fb

#f434fb #fbf434 #34fbf4

Analogous Colors of #f434fb

#f434fb #fb349f #9134fb

Monochromatic Colors of #f434fb

#f434fb

Complementary Color

#f434fb #3bfb34

#f434fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f434fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f434fb Color CSS Codes

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

#f434fb Text Font Color

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

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


#f434fb Background Color

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

This div background color is #f434fb


#f434fb Border Color

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

This div border color is #f434fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f434fb


Comments

No comments written yet.

Please login to write comment.