Color Hex Logo

#f527fc Color Hex

#F527FC
(245,39,252)
0 Favorites   0 Comments

Color spaces of #f527fc

RGB 24539252
HSL0.830.970.57
HSV298°85°99°
CMYK 0.030.850.00   0.01
XYZ55.952427.891894.5301
Yxy27.89180.31370.1564
Hunter Lab52.812796.6896-69.1550
CIE-Lab59.790992.3629-60.1210

#f527fc color RGB value is (245,39,252).

#f527fc hex color red value is 245, green value is 39 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f527fc hue: 0.83 , saturation: 0.97 and the lightness value of f527fc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100111 11111100
Octal 365 47 374
Decimal 245 39 252
Hex F5 27 FC

RGB Percentages of Color #f527fc

%45.71
%7.28
%47.01

CMYK Percentages of Color #f527fc

%3
%85
%0
%1

Triadic Colors of #f527fc

#f527fc #fcf527 #27fcf5

Analogous Colors of #f527fc

#f527fc #fc2799 #8b27fc

Monochromatic Colors of #f527fc

#f527fc

Complementary Color

#f527fc #2efc27

#f527fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f527fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f527fc Color CSS Codes

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

#f527fc Text Font Color

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

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


#f527fc Background Color

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

This div background color is #f527fc


#f527fc Border Color

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

This div border color is #f527fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,39,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f527fc

Related Colors


Comments

No comments written yet.

Please login to write comment.