Color Hex Logo

#f552fc Color Hex

#F552FC
(245,82,252)
0 Favorites   0 Comments

Color spaces of #f552fc

RGB 24582252
HSL0.830.970.65
HSV298°67°99°
CMYK 0.030.670.00   0.01
XYZ58.244232.475395.2940
Yxy32.47530.31310.1746
Hunter Lab56.987182.7102-59.2539
CIE-Lab63.733881.0126-53.8354

#f552fc color RGB value is (245,82,252).

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

The process color (four color CMYK) of #f552fc color hex is 0.03, 0.67, 0.00, 0.01. Web safe color of #f552fc is #ff66ff. Color #f552fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010010 11111100
Octal 365 122 374
Decimal 245 82 252
Hex F5 52 FC

RGB Percentages of Color #f552fc

%42.31
%14.16
%43.52

CMYK Percentages of Color #f552fc

%3
%67
%0
%1

Triadic Colors of #f552fc

#f552fc #fcf552 #52fcf5

Analogous Colors of #f552fc

#f552fc #fc52ae #a052fc

Monochromatic Colors of #f552fc

#f552fc

Complementary Color

#f552fc #59fc52

#f552fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f552fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f552fc Color CSS Codes

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

#f552fc Text Font Color

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

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


#f552fc Background Color

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

This div background color is #f552fc


#f552fc Border Color

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

This div border color is #f552fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f552fc

Related Colors


Comments

No comments written yet.

Please login to write comment.