Color Hex Logo

#f597fd Color Hex

#F597FD
(245,151,253)
0 Favorites   0 Comments

Color spaces of #f597fd

RGB 245151253
HSL0.820.960.79
HSV295°40°99°
CMYK 0.030.400.00   0.01
XYZ66.452448.637598.8141
Yxy48.63750.31070.2274
Hunter Lab69.740648.0379-35.1884
CIE-Lab75.225350.5606-36.3497

#f597fd color RGB value is (245,151,253).

#f597fd hex color red value is 245, green value is 151 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f597fd hue: 0.82 , saturation: 0.96 and the lightness value of f597fd is 0.79.

The process color (four color CMYK) of #f597fd color hex is 0.03, 0.40, 0.00, 0.01. Web safe color of #f597fd is #ff99ff. Color #f597fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010111 11111101
Octal 365 227 375
Decimal 245 151 253
Hex F5 97 FD

RGB Percentages of Color #f597fd

%37.75
%23.27
%38.98

CMYK Percentages of Color #f597fd

%3
%40
%0
%1

Triadic Colors of #f597fd

#f597fd #fdf597 #97fdf5

Analogous Colors of #f597fd

#f597fd #fd97d2 #c297fd

Monochromatic Colors of #f597fd

#f597fd

Complementary Color

#f597fd #9ffd97

#f597fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f597fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f597fd Color CSS Codes

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

#f597fd Text Font Color

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

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


#f597fd Background Color

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

This div background color is #f597fd


#f597fd Border Color

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

This div border color is #f597fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f597fd

Related Colors


Comments

No comments written yet.

Please login to write comment.