Color Hex Logo

#f75cfc Color Hex

#F75CFC
(247,92,252)
0 Favorites   0 Comments

Color spaces of #f75cfc

RGB 24792252
HSL0.830.960.67
HSV298°63°99°
CMYK 0.020.630.00   0.01
XYZ59.755634.456795.5968
Yxy34.45670.31480.1815
Hunter Lab58.699878.9858-55.4681
CIE-Lab65.323577.8027-51.2970

#f75cfc color RGB value is (247,92,252).

#f75cfc hex color red value is 247, green value is 92 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f75cfc hue: 0.83 , saturation: 0.96 and the lightness value of f75cfc is 0.67.

The process color (four color CMYK) of #f75cfc color hex is 0.02, 0.63, 0.00, 0.01. Web safe color of #f75cfc is #ff66ff. Color #f75cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011100 11111100
Octal 367 134 374
Decimal 247 92 252
Hex F7 5C FC

RGB Percentages of Color #f75cfc

%41.79
%15.57
%42.64

CMYK Percentages of Color #f75cfc

%2
%63
%0
%1

Triadic Colors of #f75cfc

#f75cfc #fcf75c #5cfcf7

Analogous Colors of #f75cfc

#f75cfc #fc5cb1 #a75cfc

Monochromatic Colors of #f75cfc

#f75cfc

Complementary Color

#f75cfc #61fc5c

#f75cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75cfc Color CSS Codes

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

#f75cfc Text Font Color

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

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


#f75cfc Background Color

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

This div background color is #f75cfc


#f75cfc Border Color

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

This div border color is #f75cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75cfc


Comments

No comments written yet.

Please login to write comment.