Color Hex Logo

#f75cef Color Hex

#F75CEF
(247,92,239)
0 Favorites   0 Comments

Color spaces of #f75cef

RGB 24792239
HSL0.840.910.66
HSV303°63°97°
CMYK 0.000.630.03   0.03
XYZ57.764933.660485.1139
Yxy33.66040.32720.1907
Hunter Lab58.017676.1918-46.3683
CIE-Lab64.692175.7137-45.1126

#f75cef color RGB value is (247,92,239).

#f75cef hex color red value is 247, green value is 92 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f75cef hue: 0.84 , saturation: 0.91 and the lightness value of f75cef is 0.66.

The process color (four color CMYK) of #f75cef color hex is 0.00, 0.63, 0.03, 0.03. Web safe color of #f75cef is #ff66ff. Color #f75cef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011100 11101111
Octal 367 134 357
Decimal 247 92 239
Hex F7 5C EF

RGB Percentages of Color #f75cef

%42.73
%15.92
%41.35

CMYK Percentages of Color #f75cef

%0
%63
%3
%3

Triadic Colors of #f75cef

#f75cef #eff75c #5ceff7

Analogous Colors of #f75cef

#f75cef #f75ca2 #b25cf7

Monochromatic Colors of #f75cef

#f75cef

Complementary Color

#f75cef #5cf764

#f75cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75cef Color CSS Codes

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

#f75cef Text Font Color

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

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


#f75cef Background Color

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

This div background color is #f75cef


#f75cef Border Color

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

This div border color is #f75cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75cef


Comments

No comments written yet.

Please login to write comment.