Color Hex Logo

#f297ec Color Hex

#F297EC
(242,151,236)
0 Favorites   0 Comments

Color spaces of #f297ec

RGB 242151236
HSL0.840.780.77
HSV304°38°95°
CMYK 0.000.380.02   0.05
XYZ62.824947.066685.1304
Yxy47.06660.32210.2413
Hunter Lab68.605143.4019-25.5479
CIE-Lab74.232346.6139-28.6759

#f297ec color RGB value is (242,151,236).

#f297ec hex color red value is 242, green value is 151 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f297ec hue: 0.84 , saturation: 0.78 and the lightness value of f297ec is 0.77.

The process color (four color CMYK) of #f297ec color hex is 0.00, 0.38, 0.02, 0.05. Web safe color of #f297ec is #ff99ff. Color #f297ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010111 11101100
Octal 362 227 354
Decimal 242 151 236
Hex F2 97 EC

RGB Percentages of Color #f297ec

%38.47
%24.01
%37.52

CMYK Percentages of Color #f297ec

%0
%38
%2
%5

Triadic Colors of #f297ec

#f297ec #ecf297 #97ecf2

Analogous Colors of #f297ec

#f297ec #f297bf #cb97f2

Monochromatic Colors of #f297ec

#f297ec

Complementary Color

#f297ec #97f29d

#f297ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f297ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f297ec Color CSS Codes

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

#f297ec Text Font Color

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

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


#f297ec Background Color

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

This div background color is #f297ec


#f297ec Border Color

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

This div border color is #f297ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f297ec


Comments

No comments written yet.

Please login to write comment.