Color Hex Logo

#f025fb Color Hex

#F025FB
(240,37,251)
0 Favorites   0 Comments

Color spaces of #f025fb

RGB 24037251
HSL0.820.960.56
HSV297°85°98°
CMYK 0.040.850.00   0.02
XYZ54.009326.813493.5957
Yxy26.81340.30970.1537
Hunter Lab51.781795.5612-70.9199
CIE-Lab58.801291.7206-61.1965

#f025fb color RGB value is (240,37,251).

#f025fb hex color red value is 240, green value is 37 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f025fb hue: 0.82 , saturation: 0.96 and the lightness value of f025fb is 0.56.

The process color (four color CMYK) of #f025fb color hex is 0.04, 0.85, 0.00, 0.02. Web safe color of #f025fb is #ff33ff. Color #f025fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100101 11111011
Octal 360 45 373
Decimal 240 37 251
Hex F0 25 FB

RGB Percentages of Color #f025fb

%45.45
%7.01
%47.54

CMYK Percentages of Color #f025fb

%4
%85
%0
%2

Triadic Colors of #f025fb

#f025fb #fbf025 #25fbf0

Analogous Colors of #f025fb

#f025fb #fb259b #8525fb

Monochromatic Colors of #f025fb

#f025fb

Complementary Color

#f025fb #30fb25

#f025fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f025fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f025fb Color CSS Codes

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

#f025fb Text Font Color

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

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


#f025fb Background Color

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

This div background color is #f025fb


#f025fb Border Color

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

This div border color is #f025fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f025fb

Related Colors


Comments

No comments written yet.

Please login to write comment.