Color Hex Logo

#f972ec Color Hex

#F972EC
(249,114,236)
0 Favorites   0 Comments

Color spaces of #f972ec

RGB 249114236
HSL0.850.920.71
HSV306°54°98°
CMYK 0.000.540.05   0.02
XYZ60.224638.230583.5619
Yxy38.23050.33090.2100
Hunter Lab61.830865.6591-36.8465
CIE-Lab68.190266.5639-37.9548

#f972ec color RGB value is (249,114,236).

#f972ec hex color red value is 249, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f972ec hue: 0.85 , saturation: 0.92 and the lightness value of f972ec is 0.71.

The process color (four color CMYK) of #f972ec color hex is 0.00, 0.54, 0.05, 0.02. Web safe color of #f972ec is #ff66ff. Color #f972ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110010 11101100
Octal 371 162 354
Decimal 249 114 236
Hex F9 72 EC

RGB Percentages of Color #f972ec

%41.57
%19.03
%39.40

CMYK Percentages of Color #f972ec

%0
%54
%5
%2

Triadic Colors of #f972ec

#f972ec #ecf972 #72ecf9

Analogous Colors of #f972ec

#f972ec #f972a9 #c372f9

Monochromatic Colors of #f972ec

#f972ec

Complementary Color

#f972ec #72f97f

#f972ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f972ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f972ec Color CSS Codes

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

#f972ec Text Font Color

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

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


#f972ec Background Color

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

This div background color is #f972ec


#f972ec Border Color

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

This div border color is #f972ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f972ec


Comments

No comments written yet.

Please login to write comment.