Color Hex Logo

#f758fc Color Hex

#F758FC
(247,88,252)
0 Favorites   0 Comments

Color spaces of #f758fc

RGB 24788252
HSL0.830.960.67
HSV298°65°99°
CMYK 0.020.650.00   0.01
XYZ59.418233.781995.4843
Yxy33.78190.31490.1790
Hunter Lab58.122280.7663-56.7172
CIE-Lab64.789179.2983-52.1432

#f758fc color RGB value is (247,88,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011000 11111100
Octal 367 130 374
Decimal 247 88 252
Hex F7 58 FC

RGB Percentages of Color #f758fc

%42.08
%14.99
%42.93

CMYK Percentages of Color #f758fc

%2
%65
%0
%1

Triadic Colors of #f758fc

#f758fc #fcf758 #58fcf7

Analogous Colors of #f758fc

#f758fc #fc58af #a558fc

Monochromatic Colors of #f758fc

#f758fc

Complementary Color

#f758fc #5dfc58

#f758fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f758fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f758fc Color CSS Codes

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

#f758fc Text Font Color

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

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


#f758fc Background Color

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

This div background color is #f758fc


#f758fc Border Color

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

This div border color is #f758fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f758fc


Comments

No comments written yet.

Please login to write comment.