Color Hex Logo

#f297ff Color Hex

#F297FF
(242,151,255)
0 Favorites   0 Comments

Color spaces of #f297ff

RGB 242151255
HSL0.811.000.80
HSV293°41°100°
CMYK 0.050.410.00   0.00
XYZ65.734648.2305100.4526
Yxy48.23050.30660.2249
Hunter Lab69.448247.4208-37.1457
CIE-Lab74.970150.0568-37.8540

#f297ff color RGB value is (242,151,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010111 11111111
Octal 362 227 377
Decimal 242 151 255
Hex F2 97 FF

RGB Percentages of Color #f297ff

%37.35
%23.30
%39.35

CMYK Percentages of Color #f297ff

%5
%41
%0
%0

Triadic Colors of #f297ff

#f297ff #fff297 #97fff2

Analogous Colors of #f297ff

#f297ff #ff97d8 #be97ff

Monochromatic Colors of #f297ff

#f297ff

Complementary Color

#f297ff #a4ff97

#f297ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f297ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f297ff Color CSS Codes

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

#f297ff Text Font Color

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

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


#f297ff Background Color

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

This div background color is #f297ff


#f297ff Border Color

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

This div border color is #f297ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f297ff

Related Colors


Comments

No comments written yet.

Please login to write comment.