Color Hex Logo

#f763ea Color Hex

#F763EA
(247,99,234)
0 Favorites   0 Comments

Color spaces of #f763ea

RGB 24799234
HSL0.850.900.68
HSV305°60°97°
CMYK 0.000.600.05   0.03
XYZ57.670934.638481.4882
Yxy34.63840.33180.1993
Hunter Lab58.854471.9154-40.8932
CIE-Lab65.466272.1474-41.1240

#f763ea color RGB value is (247,99,234).

#f763ea hex color red value is 247, green value is 99 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f763ea hue: 0.85 , saturation: 0.90 and the lightness value of f763ea is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100011 11101010
Octal 367 143 352
Decimal 247 99 234
Hex F7 63 EA

RGB Percentages of Color #f763ea

%42.59
%17.07
%40.34

CMYK Percentages of Color #f763ea

%0
%60
%5
%3

Triadic Colors of #f763ea

#f763ea #eaf763 #63eaf7

Analogous Colors of #f763ea

#f763ea #f763a0 #ba63f7

Monochromatic Colors of #f763ea

#f763ea

Complementary Color

#f763ea #63f770

#f763ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f763ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f763ea Color CSS Codes

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

#f763ea Text Font Color

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

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


#f763ea Background Color

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

This div background color is #f763ea


#f763ea Border Color

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

This div border color is #f763ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f763ea


Comments

No comments written yet.

Please login to write comment.