Color Hex Logo

#f597ff Color Hex

#F597FF
(245,151,255)
0 Favorites   0 Comments

Color spaces of #f597ff

RGB 245151255
HSL0.821.000.80
HSV294°41°100°
CMYK 0.040.410.00   0.00
XYZ66.772848.7657100.5011
Yxy48.76570.30910.2257
Hunter Lab69.832448.4724-36.4460
CIE-Lab75.305350.9275-37.3073

#f597ff color RGB value is (245,151,255).

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

The process color (four color CMYK) of #f597ff color hex is 0.04, 0.41, 0.00, 0.00. Web safe color of #f597ff is #ff99ff. Color #f597ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010111 11111111
Octal 365 227 377
Decimal 245 151 255
Hex F5 97 FF

RGB Percentages of Color #f597ff

%37.63
%23.20
%39.17

CMYK Percentages of Color #f597ff

%4
%41
%0
%0

Triadic Colors of #f597ff

#f597ff #fff597 #97fff5

Analogous Colors of #f597ff

#f597ff #ff97d5 #c197ff

Monochromatic Colors of #f597ff

#f597ff

Complementary Color

#f597ff #a1ff97

#f597ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f597ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f597ff Color CSS Codes

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

#f597ff Text Font Color

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

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


#f597ff Background Color

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

This div background color is #f597ff


#f597ff Border Color

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

This div border color is #f597ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,151,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f597ff

Related Colors


Comments

No comments written yet.

Please login to write comment.