Color Hex Logo

#f975ea Color Hex

#F975EA
(249,117,234)
0 Favorites   0 Comments

Color spaces of #f975ea

RGB 249117234
HSL0.850.920.72
HSV307°53°98°
CMYK 0.000.530.06   0.02
XYZ60.279538.802882.1545
Yxy38.80280.33260.2141
Hunter Lab62.291963.7226-34.5911
CIE-Lab68.608264.8926-36.2003

#f975ea color RGB value is (249,117,234).

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

The process color (four color CMYK) of #f975ea color hex is 0.00, 0.53, 0.06, 0.02. Web safe color of #f975ea is #ff66ff. Color #f975ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110101 11101010
Octal 371 165 352
Decimal 249 117 234
Hex F9 75 EA

RGB Percentages of Color #f975ea

%41.50
%19.50
%39.00

CMYK Percentages of Color #f975ea

%0
%53
%6
%2

Triadic Colors of #f975ea

#f975ea #eaf975 #75eaf9

Analogous Colors of #f975ea

#f975ea #f975a8 #c675f9

Monochromatic Colors of #f975ea

#f975ea

Complementary Color

#f975ea #75f984

#f975ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f975ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f975ea Color CSS Codes

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

#f975ea Text Font Color

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

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


#f975ea Background Color

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

This div background color is #f975ea


#f975ea Border Color

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

This div border color is #f975ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f975ea


Comments

No comments written yet.

Please login to write comment.