Color Hex Logo

#f970ef Color Hex

#F970EF
(249,112,239)
0 Favorites   0 Comments

Color spaces of #f970ef

RGB 249112239
HSL0.850.920.71
HSV304°55°98°
CMYK 0.000.550.04   0.02
XYZ60.441137.960185.8028
Yxy37.96010.32810.2061
Hunter Lab61.611867.2878-39.4412
CIE-Lab67.991267.9355-39.9203

#f970ef color RGB value is (249,112,239).

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

The process color (four color CMYK) of #f970ef color hex is 0.00, 0.55, 0.04, 0.02. Web safe color of #f970ef is #ff66ff. Color #f970ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110000 11101111
Octal 371 160 357
Decimal 249 112 239
Hex F9 70 EF

RGB Percentages of Color #f970ef

%41.50
%18.67
%39.83

CMYK Percentages of Color #f970ef

%0
%55
%4
%2

Triadic Colors of #f970ef

#f970ef #eff970 #70eff9

Analogous Colors of #f970ef

#f970ef #f970ab #bf70f9

Monochromatic Colors of #f970ef

#f970ef

Complementary Color

#f970ef #70f97a

#f970ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f970ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f970ef Color CSS Codes

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

#f970ef Text Font Color

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

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


#f970ef Background Color

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

This div background color is #f970ef


#f970ef Border Color

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

This div border color is #f970ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,112,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f970ef


Comments

No comments written yet.

Please login to write comment.