Color Hex Logo

#f757fd Color Hex

#F757FD
(247,87,253)
0 Favorites   0 Comments

Color spaces of #f757fd

RGB 24787253
HSL0.830.980.67
HSV298°66°99°
CMYK 0.020.660.00   0.01
XYZ59.495633.682496.2941
Yxy33.68240.31400.1778
Hunter Lab58.036581.4236-57.7483
CIE-Lab64.709779.8261-52.8197

#f757fd color RGB value is (247,87,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010111 11111101
Octal 367 127 375
Decimal 247 87 253
Hex F7 57 FD

RGB Percentages of Color #f757fd

%42.08
%14.82
%43.10

CMYK Percentages of Color #f757fd

%2
%66
%0
%1

Triadic Colors of #f757fd

#f757fd #fdf757 #57fdf7

Analogous Colors of #f757fd

#f757fd #fd57b0 #a457fd

Monochromatic Colors of #f757fd

#f757fd

Complementary Color

#f757fd #5dfd57

#f757fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f757fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f757fd Color CSS Codes

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

#f757fd Text Font Color

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

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


#f757fd Background Color

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

This div background color is #f757fd


#f757fd Border Color

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

This div border color is #f757fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,87,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f757fd

Related Colors


Comments

No comments written yet.

Please login to write comment.