Color Hex Logo

#f75fda Color Hex

#F75FDA
(247,95,218)
0 Favorites   0 Comments

Color spaces of #f75fda

RGB 24795218
HSL0.870.900.67
HSV311°62°97°
CMYK 0.000.620.12   0.03
XYZ55.104933.020569.7989
Yxy33.02050.34890.2091
Hunter Lab57.463570.6125-31.7931
CIE-Lab64.177571.3285-34.2115

#f75fda color RGB value is (247,95,218).

#f75fda hex color red value is 247, green value is 95 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f75fda hue: 0.87 , saturation: 0.90 and the lightness value of f75fda is 0.67.

The process color (four color CMYK) of #f75fda color hex is 0.00, 0.62, 0.12, 0.03. Web safe color of #f75fda is #ff66cc. Color #f75fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011111 11011010
Octal 367 137 332
Decimal 247 95 218
Hex F7 5F DA

RGB Percentages of Color #f75fda

%44.11
%16.96
%38.93

CMYK Percentages of Color #f75fda

%0
%62
%12
%3

Triadic Colors of #f75fda

#f75fda #daf75f #5fdaf7

Analogous Colors of #f75fda

#f75fda #f75f8e #c85ff7

Monochromatic Colors of #f75fda

#f75fda

Complementary Color

#f75fda #5ff77c

#f75fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75fda Color CSS Codes

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

#f75fda Text Font Color

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

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


#f75fda Background Color

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

This div background color is #f75fda


#f75fda Border Color

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

This div border color is #f75fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,95,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f75fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f75fda;
  -webkit-box-shadow: 1px 1px 3px 2px #f75fda;
  box-shadow:         1px 1px 3px 2px #f75fda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,95,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75fda


Comments

No comments written yet.

Please login to write comment.