Color Hex Logo

#f529ff Color Hex

#F529FF
(245,41,255)
0 Favorites   0 Comments

Color spaces of #f529ff

RGB 24541255
HSL0.831.000.58
HSV297°84°100°
CMYK 0.040.840.00   0.00
XYZ56.499128.218497.0766
Yxy28.21840.31080.1552
Hunter Lab53.121096.8896-71.1655
CIE-Lab60.085592.4532-61.3110

#f529ff color RGB value is (245,41,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101001 11111111
Octal 365 51 377
Decimal 245 41 255
Hex F5 29 FF

RGB Percentages of Color #f529ff

%45.29
%7.58
%47.13

CMYK Percentages of Color #f529ff

%4
%84
%0
%0

Triadic Colors of #f529ff

#f529ff #fff529 #29fff5

Analogous Colors of #f529ff

#f529ff #ff299e #8a29ff

Monochromatic Colors of #f529ff

#f529ff

Complementary Color

#f529ff #33ff29

#f529ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f529ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f529ff Color CSS Codes

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

#f529ff Text Font Color

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

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


#f529ff Background Color

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

This div background color is #f529ff


#f529ff Border Color

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

This div border color is #f529ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f529ff

Related Colors


Comments

No comments written yet.

Please login to write comment.