Color Hex Logo

#f825ff Color Hex

#F825FF
(248,37,255)
0 Favorites   0 Comments

Color spaces of #f825ff

RGB 24837255
HSL0.831.000.57
HSV298°85°100°
CMYK 0.030.850.00   0.00
XYZ57.423028.499697.0822
Yxy28.49960.31380.1557
Hunter Lab53.385098.5778-70.4511
CIE-Lab60.337493.6466-60.8804

#f825ff color RGB value is (248,37,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100101 11111111
Octal 370 45 377
Decimal 248 37 255
Hex F8 25 FF

RGB Percentages of Color #f825ff

%45.93
%6.85
%47.22

CMYK Percentages of Color #f825ff

%3
%85
%0
%0

Triadic Colors of #f825ff

#f825ff #fff825 #25fff8

Analogous Colors of #f825ff

#f825ff #ff2599 #8b25ff

Monochromatic Colors of #f825ff

#f825ff

Complementary Color

#f825ff #2cff25

#f825ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f825ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f825ff Color CSS Codes

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

#f825ff Text Font Color

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

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


#f825ff Background Color

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

This div background color is #f825ff


#f825ff Border Color

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

This div border color is #f825ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f825ff

Related Colors


Comments

No comments written yet.

Please login to write comment.