Color Hex Logo

#f975d8 Color Hex

#F975D8
(249,117,216)
0 Favorites   0 Comments

Color spaces of #f975d8

RGB 249117216
HSL0.880.920.72
HSV315°53°98°
CMYK 0.000.530.13   0.02
XYZ57.822937.820269.2182
Yxy37.82020.35070.2294
Hunter Lab61.498160.2108-23.6842
CIE-Lab67.887962.0805-27.3347

#f975d8 color RGB value is (249,117,216).

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

The process color (four color CMYK) of #f975d8 color hex is 0.00, 0.53, 0.13, 0.02. Web safe color of #f975d8 is #ff66cc. Color #f975d8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110101 11011000
Octal 371 165 330
Decimal 249 117 216
Hex F9 75 D8

RGB Percentages of Color #f975d8

%42.78
%20.10
%37.11

CMYK Percentages of Color #f975d8

%0
%53
%13
%2

Triadic Colors of #f975d8

#f975d8 #d8f975 #75d8f9

Analogous Colors of #f975d8

#f975d8 #f97596 #d875f9

Monochromatic Colors of #f975d8

#f975d8

Complementary Color

#f975d8 #75f996

#f975d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f975d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f975d8 Color CSS Codes

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

#f975d8 Text Font Color

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

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


#f975d8 Background Color

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

This div background color is #f975d8


#f975d8 Border Color

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

This div border color is #f975d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f975d8


Comments

No comments written yet.

Please login to write comment.