Color Hex Logo

#f197fd Color Hex

#F197FD
(241,151,253)
0 Favorites   0 Comments

Color spaces of #f197fd

RGB 241151253
HSL0.810.960.79
HSV293°40°99°
CMYK 0.050.400.00   0.01
XYZ65.071947.925898.7495
Yxy47.92580.30730.2263
Hunter Lab69.228546.6328-36.1131
CIE-Lab74.778149.3934-37.0784

#f197fd color RGB value is (241,151,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010111 11111101
Octal 361 227 375
Decimal 241 151 253
Hex F1 97 FD

RGB Percentages of Color #f197fd

%37.36
%23.41
%39.22

CMYK Percentages of Color #f197fd

%5
%40
%0
%1

Triadic Colors of #f197fd

#f197fd #fdf197 #97fdf1

Analogous Colors of #f197fd

#f197fd #fd97d6 #be97fd

Monochromatic Colors of #f197fd

#f197fd

Complementary Color

#f197fd #a3fd97

#f197fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f197fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f197fd Color CSS Codes

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

#f197fd Text Font Color

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

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


#f197fd Background Color

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

This div background color is #f197fd


#f197fd Border Color

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

This div border color is #f197fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f197fd

Related Colors


Comments

No comments written yet.

Please login to write comment.